This commit is contained in:
Balena CI 2021-09-07 14:12:24 +03:00 committed by VersionBot
parent 5ce17ea70f
commit 1009958340
4 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: 'preload: Replace my_application query with the SDKs application.getAll()'
hash: d7933352872504e344edb1b1ba3dfe1c3b0d69fd
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
author: Thodoris Greasidis
nested: []
version: 12.48.5
date: 2021-09-07T07:36:19.017Z
- commits:
- subject: 'os download: Use the hostApps instead of the device-types/v1 endpoint'
hash: d34073f6957634b315a75bf9862155015f13b3f6

View File

@ -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.5 - 2021-09-07
* preload: Replace my_application query with the SDKs application.getAll() [Thodoris Greasidis]
## 12.48.4 - 2021-08-31
* os download: Use the hostApps instead of the device-types/v1 endpoint [Thodoris Greasidis]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.48.4",
"version": "12.48.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.48.4",
"version": "12.48.5",
"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-31T01:07:33.624Z"
"publishedAt": "2021-09-07T07:36:19.244Z"
}
}