This commit is contained in:
Balena CI 2020-12-17 17:06:38 +02:00 committed by VersionBot
parent 1cd341e6cd
commit da652c6bce
4 changed files with 21 additions and 2 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: 'Update commands ssh, tunnel to support orgs'
hash: 9d2884aab7544d8b7330cdd6fa1a020344f6309c
body: ''
footer:
Change-type: patch
change-type: patch
Connects-to: '#2119'
connects-to: '#2119'
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
nested: []
version: 12.35.1
date: 2020-12-17T12:05:00.089Z
- commits: - commits:
- subject: Update various commands to support organizations - subject: Update various commands to support organizations
hash: c8987474682d284e8d3e685300ad47a3b716e8ef hash: c8987474682d284e8d3e685300ad47a3b716e8ef

View File

@ -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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 12.35.1 - 2020-12-17
* Update commands ssh, tunnel to support orgs [Scott Lowe]
## 12.35.0 - 2020-12-15 ## 12.35.0 - 2020-12-15
* Update various commands to support organizations [Scott Lowe] * Update various commands to support organizations [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.35.0", "version": "12.35.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.35.0", "version": "12.35.1",
"description": "The official balena Command Line Interface", "description": "The official balena Command Line Interface",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",