This commit is contained in:
Balena CI 2021-11-26 00:59:24 +02:00 committed by VersionBot
parent 6d744d0b07
commit 1cd78215e0
4 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Fix mistake in `config generate` examples
hash: b183d884007365d1240fd825e65ed8d95b7ce34e
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.54.1
date: 2021-11-25T22:35:08.652Z
- commits:
- subject: Improve UX for offline usage
hash: 2b6a2142eb1929694e0eb14cf26bac4ae9b6dca1

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.1 - 2021-11-25
* Fix mistake in `config generate` examples [Scott Lowe]
## 12.54.0 - 2021-11-25
* Improve UX for offline usage [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.54.0",
"version": "12.54.1",
"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-25T20:45:24.593Z"
"publishedAt": "2021-11-25T22:35:08.948Z"
}
}