diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e9c365e6..14598a38 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,39 @@ +- commits: + - subject: 'os versions, os download: Replace deprecated version fields' + hash: b2d932afabb9c1ca131c0839397d0492f2f1a272 + body: | + Replace deprecated `rawVersion` and `formattedVersion` fields and use + alternative overload of `getAvailableOsVersions`. As a result, the word + 'recommended' is no longer printed next to any OS versions. + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + - subject: Update balena-sdk to v16.8.1 + hash: 398175f0b3fa932018624a7362b4204e950eb71a + body: | + Update balena-sdk from 16.8.0 to 16.8.1 + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: + - commits: + - subject: 'logs: Stop using the querystring module' + hash: c850abfea2492d01a1f0292c260c7fdf14db7109 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: balena-sdk-16.8.1 + date: 2021-12-23T12:27:51.348Z + version: 13.0.1 + date: 2021-12-24T16:12:08.229Z - commits: - subject: 'v13 RELEASE NOTES: see https://git.io/JDHxG' hash: c403683edfe34c4ccf1f530c50dad713e92917dd diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bc9616c..9faada63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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.0.1 - 2021-12-24 + +* os versions, os download: Replace deprecated version fields [Paulo Castro] + +
+ Update balena-sdk to v16.8.1 [Paulo Castro] + +> ### balena-sdk-16.8.1 - 2021-12-23 +> +> * logs: Stop using the querystring module [Thodoris Greasidis] +> +
+ ## 13.0.0 - 2021-12-23 * v13 RELEASE NOTES: see https://git.io/JDHxG [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c915b533..617c4809 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "13.0.0", + "version": "13.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 319b3907..6dc619aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "13.0.0", + "version": "13.0.1", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -287,6 +287,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2021-12-23T18:52:48.653Z" + "publishedAt": "2021-12-24T16:12:08.688Z" } }