diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index bd0f18f1..1408af3f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "leave: Update log message to advise that device still needs deleting" + hash: c667ffa8eb60e321308bcf0cf474781cdb70e29c + body: "" + footer: + Change-type: patch + change-type: patch + author: Taro Murao + nested: [] + version: 13.4.1 + title: "'patch: Tell user that balena leave command does not remove the deviceā€¦'" + date: 2022-04-11T16:10:46.871Z - commits: - subject: "deploy: Support all valid semver versions in balena.yml" hash: d2c77760b3e2001e5d18b48e5abf218d0998a4cd diff --git a/CHANGELOG.md b/CHANGELOG.md index a90605a6..b2f20164 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/). +## 13.4.1 - 2022-04-11 + +* leave: Update log message to advise that device still needs deleting [Taro Murao] + ## 13.4.0 - 2022-04-08 * deploy: Support all valid semver versions in balena.yml [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3d56e550..2a79a59a 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "13.4.0", + "version": "13.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0bf42ba2..2a76c80c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "13.4.0", + "version": "13.4.1", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -288,6 +288,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2022-04-08T15:19:36.110Z" + "publishedAt": "2022-04-11T16:10:47.566Z" } }