mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +00:00
v12.35.2
This commit is contained in:
parent
7739379444
commit
194d12cb3d
@ -1,3 +1,16 @@
|
||||
- commits:
|
||||
- subject: Modify handling of SIGINT in balena-dev
|
||||
hash: 5c93df921e1d3112f827c81c87424e1bee793594
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Scott Lowe <scott@balena.io>
|
||||
signed-off-by: Scott Lowe <scott@balena.io>
|
||||
author: Scott Lowe
|
||||
nested: []
|
||||
version: 12.35.2
|
||||
date: 2020-12-18T09:25:13.668Z
|
||||
- commits:
|
||||
- subject: 'Update commands ssh, tunnel to support orgs'
|
||||
hash: 9d2884aab7544d8b7330cdd6fa1a020344f6309c
|
||||
|
@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
|
||||
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## 12.35.2 - 2020-12-18
|
||||
|
||||
* Modify handling of SIGINT in balena-dev [Scott Lowe]
|
||||
|
||||
## 12.35.1 - 2020-12-17
|
||||
|
||||
* Update commands ssh, tunnel to support orgs [Scott Lowe]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.35.1",
|
||||
"version": "12.35.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.35.1",
|
||||
"version": "12.35.2",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user