This commit is contained in:
Balena CI 2020-12-15 17:46:38 +02:00 committed by VersionBot
parent 70b0524eb6
commit f128eaf389
4 changed files with 21 additions and 2 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Update various commands to support organizations
hash: c8987474682d284e8d3e685300ad47a3b716e8ef
body: ''
footer:
Change-type: minor
change-type: minor
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.0
date: 2020-12-15T15:10:35.099Z
- commits: - commits:
- subject: Add organizations support to app create command - subject: Add organizations support to app create command
hash: 611f59a0da95a9bbbecd027d41f5fb9ded2b6460 hash: 611f59a0da95a9bbbecd027d41f5fb9ded2b6460

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.0 - 2020-12-15
* Update various commands to support organizations [Scott Lowe]
## 12.34.0 - 2020-12-15 ## 12.34.0 - 2020-12-15
* Add organizations support to app create command [Scott Lowe] * Add organizations support to app create command [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.34.0", "version": "12.35.0",
"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",