This commit is contained in:
Balena CI 2021-11-25 23:47:55 +02:00 committed by VersionBot
parent e22aa847e3
commit 9d312bcd12
4 changed files with 22 additions and 3 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Improve UX for offline usage
hash: 2b6a2142eb1929694e0eb14cf26bac4ae9b6dca1
body: ''
footer:
Change-type: minor
change-type: minor
Resolves: '#2372'
resolves: '#2372'
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
nested: []
version: 12.54.0
date: 2021-11-25T20:45:24.329Z
- commits:
- subject: >-
Avoid creating an extra provisioning API key in os configure & config

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!
This project adheres to [Semantic Versioning](http://semver.org/).
## 12.54.0 - 2021-11-25
* Improve UX for offline usage [Scott Lowe]
## 12.53.2 - 2021-11-25
* Avoid creating an extra provisioning API key in os configure & config generate [Thodoris Greasidis]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.53.2",
"version": "12.54.0",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -289,6 +289,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2021-11-25T14:45:34.725Z"
"publishedAt": "2021-11-25T20:45:24.593Z"
}
}