mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-27 06:20:14 +00:00
v12.17.1
This commit is contained in:
parent
d910319ba5
commit
b9d90b9e38
@ -1,3 +1,42 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Fix usage info for env rename
|
||||||
|
hash: 5e5a2c1c85d09020fb53a0e80db9efee9940e885
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Resolves: '#2019'
|
||||||
|
resolves: '#2019'
|
||||||
|
Signed-off-by: Scott Lowe <scott@balena.io>
|
||||||
|
signed-off-by: Scott Lowe <scott@balena.io>
|
||||||
|
author: Scott Lowe
|
||||||
|
nested: []
|
||||||
|
- subject: Fix typo in docs help section
|
||||||
|
hash: 238c371adef610309265a64e4833d4e415f3c51d
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Resolves: '#2020'
|
||||||
|
resolves: '#2020'
|
||||||
|
Signed-off-by: Scott Lowe <scott@balena.io>
|
||||||
|
signed-off-by: Scott Lowe <scott@balena.io>
|
||||||
|
author: Scott Lowe
|
||||||
|
nested: []
|
||||||
|
- subject: Fix issue with replaced command checks
|
||||||
|
hash: 504877c232d9c23f82c1b692b7b20a44150e91f4
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Resolves: '#2022'
|
||||||
|
resolves: '#2022'
|
||||||
|
Signed-off-by: Scott Lowe <scott@balena.io>
|
||||||
|
signed-off-by: Scott Lowe <scott@balena.io>
|
||||||
|
author: Scott Lowe
|
||||||
|
nested: []
|
||||||
|
version: 12.17.1
|
||||||
|
date: 2020-09-08T11:35:40.792Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: 'Display command suggestions, when command not recognized'
|
- subject: 'Display command suggestions, when command not recognized'
|
||||||
hash: 273ea5ce4d5f169486f1e68be1157d7091338798
|
hash: 273ea5ce4d5f169486f1e68be1157d7091338798
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 12.17.1 - 2020-09-08
|
||||||
|
|
||||||
|
* Fix usage info for env rename [Scott Lowe]
|
||||||
|
* Fix typo in docs help section [Scott Lowe]
|
||||||
|
* Fix issue with replaced command checks [Scott Lowe]
|
||||||
|
|
||||||
## 12.17.0 - 2020-09-07
|
## 12.17.0 - 2020-09-07
|
||||||
|
|
||||||
* Display command suggestions, when command not recognized [Scott Lowe]
|
* Display command suggestions, when command not recognized [Scott Lowe]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.17.0",
|
"version": "12.17.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.17.0",
|
"version": "12.17.1",
|
||||||
"description": "The official balena CLI tool",
|
"description": "The official balena CLI tool",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user