mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.21.0
This commit is contained in:
parent
74ca5207ad
commit
c389f41006
@ -1,3 +1,18 @@
|
||||
- commits:
|
||||
- subject: Add new command `app rename`
|
||||
hash: 3706db2436371cd797501eaf26132003b4902ad0
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Resolves: '#1567'
|
||||
resolves: '#1567'
|
||||
Signed-off-by: Scott Lowe <scott@balena.io>
|
||||
signed-off-by: Scott Lowe <scott@balena.io>
|
||||
author: Scott Lowe
|
||||
nested: []
|
||||
version: 12.21.0
|
||||
date: 2020-09-16T14:40:41.774Z
|
||||
- commits:
|
||||
- subject: Minor fix to device rm
|
||||
hash: b180eb7b73a7d340d0cde534425d06f5f06b7396
|
||||
|
@ -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.21.0 - 2020-09-16
|
||||
|
||||
* Add new command `app rename` [Scott Lowe]
|
||||
|
||||
## 12.20.0 - 2020-09-10
|
||||
|
||||
* Minor fix to device rm [Scott Lowe]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.20.0",
|
||||
"version": "12.21.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.20.0",
|
||||
"version": "12.21.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