diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d216b027..7104e53a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Improve error message for issues to access balena settings + hash: 439d8391eea61f0be2075121aa725286d9606110 + body: | + Update balena-settings-storage from 6.0.1 to 7.0.0 + footer: + Resolves: '#1667' + resolves: '#1667' + Change-type: patch + change-type: patch + author: josecoelho + nested: [] + version: 12.33.2 + date: 2020-12-15T07:20:44.514Z - commits: - subject: Fix preload command support for application IDs hash: fe24280adfca5550c95bb80d30b651bfe4713cf4 diff --git a/CHANGELOG.md b/CHANGELOG.md index b4ca810f..f1b40f23 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.33.2 - 2020-12-15 + +* Improve error message for issues to access balena settings [josecoelho] + ## 12.33.1 - 2020-12-11 * Fix preload command support for application IDs [Scott Lowe] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f3abbee6..509db905 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.33.1", + "version": "12.33.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5e1f9130..539dcdae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.33.1", + "version": "12.33.2", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",