diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 4c4f73e1..211d3ebb 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: 'os download: Use the hostApps instead of the device-types/v1 endpoint' + hash: d34073f6957634b315a75bf9862155015f13b3f6 + body: '' + footer: + Connects-to: '#2318' + connects-to: '#2318' + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: 12.48.4 + date: 2021-08-31T01:07:33.366Z - commits: - subject: 'balena deploy: Retrieve the cpu arch as part of the device type resource' hash: 24fe6666e4391e5e5524b519612ce4580fdad4ff diff --git a/CHANGELOG.md b/CHANGELOG.md index 217eba79..6bb4a6d9 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.4 - 2021-08-31 + +* os download: Use the hostApps instead of the device-types/v1 endpoint [Thodoris Greasidis] + ## 12.48.3 - 2021-08-31 * balena deploy: Retrieve the cpu arch as part of the device type resource [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 49a8c6aa..b771db23 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.48.3", + "version": "12.48.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4cb99371..8f9e3f2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.48.3", + "version": "12.48.4", "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-08-31T00:02:52.788Z" + "publishedAt": "2021-08-31T01:07:33.624Z" } }