This commit is contained in:
Balena CI 2020-12-11 18:44:05 +02:00 committed by VersionBot
parent 1f3677bdb2
commit 0d3ca63f00
4 changed files with 21 additions and 2 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Fix preload command support for application IDs
hash: fe24280adfca5550c95bb80d30b651bfe4713cf4
body: ''
footer:
Change-type: patch
change-type: patch
Resolves: '#2063'
resolves: '#2063'
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
nested: []
version: 12.33.1
date: 2020-12-11T16:24:24.516Z
- commits: - commits:
- subject: Add orgs command - subject: Add orgs command
hash: a11f9ec7055ff7ff8f621157809a6b8dcc2cbc61 hash: a11f9ec7055ff7ff8f621157809a6b8dcc2cbc61

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.33.1 - 2020-12-11
* Fix preload command support for application IDs [Scott Lowe]
## 12.33.0 - 2020-12-11 ## 12.33.0 - 2020-12-11
* Add orgs command [Scott Lowe] * Add orgs command [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.33.0", "version": "12.33.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.33.0", "version": "12.33.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",