mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v12.55.3
This commit is contained in:
parent
cfcace4c99
commit
ae69accf0f
@ -1,3 +1,26 @@
|
||||
- commits:
|
||||
- subject: >-
|
||||
os download: Improve error message when not logged in (balenaOS ESR
|
||||
versions)
|
||||
hash: 6e07db08131a59622d06459ecb62b47adeb52826
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
- subject: 'os download: Assume ''.prod'' suffix by default for all balenaOS versions'
|
||||
hash: 5c40c8d51f16db9f9e28e4286f4c2c277a993f37
|
||||
body: ''
|
||||
footer:
|
||||
Resolves: '#2387'
|
||||
resolves: '#2387'
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
version: 12.55.3
|
||||
date: 2021-12-09T18:51:23.706Z
|
||||
- commits:
|
||||
- subject: 'v13 preparations: Standardize command data output'
|
||||
hash: f3fb9b6bdffa1bf65c90f8061bf83663a5ad7b85
|
||||
|
@ -4,6 +4,11 @@ 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.3 - 2021-12-09
|
||||
|
||||
* os download: Improve error message when not logged in (balenaOS ESR versions) [Paulo Castro]
|
||||
* os download: Assume '.prod' suffix by default for all balenaOS versions [Paulo Castro]
|
||||
|
||||
## 12.55.2 - 2021-12-08
|
||||
|
||||
* v13 preparations: Standardize command data output [Scott Lowe]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.55.2",
|
||||
"version": "12.55.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.55.2",
|
||||
"version": "12.55.3",
|
||||
"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-08T11:22:59.431Z"
|
||||
"publishedAt": "2021-12-09T18:51:23.969Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user