diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 8e5594cc..60729185 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: >- + os download: Future-proof '--version' format for unified dev/prod + variants + hash: c04e63ab7d9861baf5708d07ff90f02791775715 + body: | + Do not append the '.prod' suffix by default to balenaOS versions. + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + version: 12.55.9 + date: 2021-12-22T15:40:41.467Z - commits: - subject: Include version info when installed on windows hash: 8d3a4343cb7e49f29212e4df765ed06c90304b34 diff --git a/CHANGELOG.md b/CHANGELOG.md index 377c0e58..2da62e97 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.55.9 - 2021-12-22 + +* os download: Future-proof '--version' format for unified dev/prod variants [Paulo Castro] + ## 12.55.8 - 2021-12-21 * Include version info when installed on windows [Pagan Gazzard] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a242be6d..ff760d10 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.55.8", + "version": "12.55.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3a53d241..73212c30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.55.8", + "version": "12.55.9", "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-12-21T16:26:56.581Z" + "publishedAt": "2021-12-22T15:40:41.780Z" } }