mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.54.0
This commit is contained in:
parent
e22aa847e3
commit
9d312bcd12
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.53.2",
|
||||
"version": "12.54.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user