diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f44bcac4..17f37bbe 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: 'push, build: Improve error handling (identify which service failed)' + hash: c7bbbc4159185d804c0d05c8768252a5ce4b0341 + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + version: 12.45.2 + date: 2021-08-13T23:59:02.681Z - commits: - subject: 'envs, env add: Fix "Application is ambiguous" when using device UUID' hash: 58704b08d3a08dec642d29da34fbe459ba1ef00b diff --git a/CHANGELOG.md b/CHANGELOG.md index 581a1add..2e0c3f58 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.45.2 - 2021-08-13 + +* push, build: Improve error handling (identify which service failed) [Paulo Castro] + ## 12.45.1 - 2021-08-11 * envs, env add: Fix "Application is ambiguous" when using device UUID [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9c273029..7ad5244f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.45.1", + "version": "12.45.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4c98649f..e96e92b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.45.1", + "version": "12.45.2", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -287,6 +287,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2021-08-11T01:07:08.152Z" + "publishedAt": "2021-08-13T23:59:02.899Z" } }