This commit is contained in:
Balena CI 2021-12-14 01:58:31 +02:00 committed by VersionBot
parent 8abeb6aed7
commit aa286cc0e7
4 changed files with 20 additions and 3 deletions

@ -1,3 +1,16 @@
- commits:
- subject: Drop unnecessary directory list created during balena deploy & push
hash: f2858801350077305a92a6ba32659a46dd3e1e39
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.55.5
date: 2021-12-13T23:29:59.103Z
- commits:
- subject: 'os download, os versions: Accept device type aliases'
hash: bfc995e9486024628f3599f52b9c0fb13d815311

@ -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.5 - 2021-12-13
* Drop unnecessary directory list created during balena deploy & push [Thodoris Greasidis]
## 12.55.4 - 2021-12-10
* os download, os versions: Accept device type aliases [Paulo Castro]

2
npm-shrinkwrap.json generated

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

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.55.4",
"version": "12.55.5",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -290,6 +290,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2021-12-10T00:56:34.835Z"
"publishedAt": "2021-12-13T23:29:59.373Z"
}
}