This commit is contained in:
Balena CI 2020-09-08 15:16:37 +03:00 committed by VersionBot
parent d910319ba5
commit b9d90b9e38
4 changed files with 47 additions and 2 deletions

View File

@ -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:
- subject: 'Display command suggestions, when command not recognized'
hash: 273ea5ce4d5f169486f1e68be1157d7091338798

View File

@ -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.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
* Display command suggestions, when command not recognized [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.17.0",
"version": "12.17.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.17.0",
"version": "12.17.1",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",