diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 02c00c0a..6072f0ad 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: 'build, deploy: Fix processing of ''--tag'' option' + hash: 305c9045f0257e83be9b3a9587772dbe7ce0780f + body: '' + footer: + Change-type: patch + change-type: patch + Resolves: '#1018' + resolves: '#1018' + author: Paulo Castro + nested: [] + version: 12.48.11 + date: 2021-09-10T22:14:09.250Z - commits: - subject: 'push: Await and retry supervisor API requests to a local device' hash: b30075a18b79ec032943e77d9585b24f48730fa7 diff --git a/CHANGELOG.md b/CHANGELOG.md index d952fbfc..58f6a9e9 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.48.11 - 2021-09-10 + +* build, deploy: Fix processing of '--tag' option [Paulo Castro] + ## 12.48.10 - 2021-09-10 * push: Await and retry supervisor API requests to a local device [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 55098065..bf7fad80 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.48.10", + "version": "12.48.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6cf6f3ef..85c46b66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.48.10", + "version": "12.48.11", "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-10T00:47:43.611Z" + "publishedAt": "2021-09-10T22:14:09.474Z" } }