diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d8fe036f..a780ad86 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Treat authorization errors as expected + hash: 592efd0a2e5c0c46f4cbf0b1107b135ccab55211 + body: '' + footer: + Change-type: patch + change-type: patch + Resolves: '#2035' + resolves: '#2035' + Signed-off-by: Scott Lowe + signed-off-by: Scott Lowe + author: Scott Lowe + nested: [] + version: 12.25.1 + date: 2020-10-13T08:21:31.203Z - commits: - subject: Refactor initialization code (delete app-oclif.ts and app-common.ts) hash: d0e4fa0e59b9c6a4c3f414361c089c68f1dfd872 diff --git a/CHANGELOG.md b/CHANGELOG.md index 606987db..dabd99f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.25.1 - 2020-10-13 + +* Treat authorization errors as expected [Scott Lowe] + ## 12.25.0 - 2020-10-11 * Refactor initialization code (delete app-oclif.ts and app-common.ts) [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 242ad027..0ae4820b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.25.0", + "version": "12.25.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3a6768d1..1ace6221 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.25.0", + "version": "12.25.1", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",