diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1ffcd016..bd2b36ab 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Error message when renaming a fleet now mentions the target name. + hash: c493c33e3896784ee60c9d4ac79721ca6b96a778 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Carlo Miguel F. Cruz + signed-off-by: Carlo Miguel F. Cruz + author: Carlo Miguel F. Cruz + nested: [] + version: 12.50.2 + date: 2021-10-05T09:04:40.995Z - commits: - subject: Update dependencies (@sentry/node error reporting) hash: 08dfc945f3ed1c518a7d1830a5a37d72fd5739fd diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d58e21f..ea0a1243 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.50.2 - 2021-10-05 + +* Error message when renaming a fleet now mentions the target name. [Carlo Miguel F. Cruz] + ## 12.50.1 - 2021-09-30 * Update dependencies (@sentry/node error reporting) [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ead763fb..02b49ad1 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.50.1", + "version": "12.50.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2ddeb665..0488e607 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.50.1", + "version": "12.50.2", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -289,6 +289,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2021-09-30T00:16:32.621Z" + "publishedAt": "2021-10-05T09:04:41.226Z" } }