mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 11:26:41 +00:00
v12.54.1
This commit is contained in:
parent
6d744d0b07
commit
1cd78215e0
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.54.0",
|
||||
"version": "12.54.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user