mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.55.4
This commit is contained in:
parent
8babf4c908
commit
2b5c387313
@ -1,3 +1,14 @@
|
||||
- commits:
|
||||
- subject: 'os download, os versions: Accept device type aliases'
|
||||
hash: bfc995e9486024628f3599f52b9c0fb13d815311
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
version: 12.55.4
|
||||
date: 2021-12-10T00:56:34.562Z
|
||||
- commits:
|
||||
- subject: >-
|
||||
os download: Improve error message when not logged in (balenaOS ESR
|
||||
|
@ -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.4 - 2021-12-10
|
||||
|
||||
* os download, os versions: Accept device type aliases [Paulo Castro]
|
||||
|
||||
## 12.55.3 - 2021-12-09
|
||||
|
||||
* os download: Improve error message when not logged in (balenaOS ESR versions) [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.55.3",
|
||||
"version": "12.55.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.55.3",
|
||||
"version": "12.55.4",
|
||||
"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-09T18:51:23.969Z"
|
||||
"publishedAt": "2021-12-10T00:56:34.835Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user