mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.20.0
This commit is contained in:
parent
e65caed64e
commit
6ec0b4a3bd
@ -1,3 +1,38 @@
|
||||
- commits:
|
||||
- subject: Minor fix to device rm
|
||||
hash: b180eb7b73a7d340d0cde534425d06f5f06b7396
|
||||
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: []
|
||||
- subject: Update registry secrets example URL
|
||||
hash: 9805854eab2ae7bb6dbc0e545f9f06a9dc2be714
|
||||
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: []
|
||||
- subject: 'Improve command suggestions, add topic help'
|
||||
hash: 00c956394d44cd0270eda93fba4498ea2e4f9881
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Resolves: '#2021'
|
||||
resolves: '#2021'
|
||||
Signed-off-by: Scott Lowe <scott@balena.io>
|
||||
signed-off-by: Scott Lowe <scott@balena.io>
|
||||
author: Scott Lowe
|
||||
nested: []
|
||||
version: 12.20.0
|
||||
date: 2020-09-10T17:55:01.446Z
|
||||
- commits:
|
||||
- subject: Fix numerical id support in device rm
|
||||
hash: f9224b05af886944fb4ec5f5de2a0dfda1b712e8
|
||||
|
@ -4,6 +4,12 @@ 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.20.0 - 2020-09-10
|
||||
|
||||
* Minor fix to device rm [Scott Lowe]
|
||||
* Update registry secrets example URL [Scott Lowe]
|
||||
* Improve command suggestions, add topic help [Scott Lowe]
|
||||
|
||||
## 12.19.0 - 2020-09-10
|
||||
|
||||
* Fix numerical id support in device rm [Scott Lowe]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.19.0",
|
||||
"version": "12.20.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.19.0",
|
||||
"version": "12.20.0",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user