diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 276423c1..c7533149 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Scott Lowe + 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 + signed-off-by: Scott Lowe + 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 + signed-off-by: Scott Lowe + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f7672fc..31bacc15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e62eafe4..af7706ff 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.17.0", + "version": "12.17.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 21fd7c77..85760a2c 100644 --- a/package.json +++ b/package.json @@ -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",