diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1e36dd28..1ffcd016 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,38 @@ +- commits: + - subject: Update dependencies (@sentry/node error reporting) + hash: 08dfc945f3ed1c518a7d1830a5a37d72fd5739fd + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + - subject: Replace mixpanel dependency with simple GET request + hash: 8791c2f4e1ad9f77a6f81aa9cb6df327de9d32c2 + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + - subject: Avoid NockMock warnings during standalone executable testing + hash: be306e6a207b984d01a843c6cb8eb418ffb0dbf9 + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + - subject: Fix help output for 'release finalize' command + hash: 6cfff72c59c47d1dd061eeb5958dee1c5c266a54 + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + version: 12.50.1 + date: 2021-09-30T00:16:32.368Z - commits: - subject: Add support for releases hash: a18e182ae425d273b68fdb230a5f308283e8b6f5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e9dfce7..8d58e21f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.1 - 2021-09-30 + +* Update dependencies (@sentry/node error reporting) [Paulo Castro] +* Replace mixpanel dependency with simple GET request [Paulo Castro] +* Avoid NockMock warnings during standalone executable testing [Paulo Castro] +* Fix help output for 'release finalize' command [Paulo Castro] + ## 12.50.0 - 2021-09-28 * Add support for releases [Paul Jonathan Zoulin] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3f67db52..ead763fb 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.50.0", + "version": "12.50.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 69cb00f2..2ddeb665 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.50.0", + "version": "12.50.1", "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-28T14:32:04.610Z" + "publishedAt": "2021-09-30T00:16:32.621Z" } }