mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +00:00
v12.25.2
This commit is contained in:
parent
0d3106af0e
commit
cf7d9246e5
@ -1,3 +1,38 @@
|
||||
- commits:
|
||||
- subject: Revert styling of "balena CLI" as "balenaCLI"
|
||||
hash: 478b5dd363288e2556e26b86d91d08e923788bae
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
- subject: >-
|
||||
Add help note regarding the version of Node.js printed by `balena
|
||||
version -a`
|
||||
hash: 0708608c7eb710c8cd7749845384e897ba39c741
|
||||
body: ''
|
||||
footer:
|
||||
Connects-to: '#2068'
|
||||
connects-to: '#2068'
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
- subject: >-
|
||||
preload: Fix parsing of `--add-certificate` option, amend help for
|
||||
`--app`
|
||||
hash: c245dc70c244f82ee20f8c50110d302a0e86824d
|
||||
body: ''
|
||||
footer:
|
||||
Connects-to: '#2063'
|
||||
connects-to: '#2063'
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
version: 12.25.2
|
||||
date: 2020-10-21T11:24:21.642Z
|
||||
- commits:
|
||||
- subject: Treat authorization errors as expected
|
||||
hash: 592efd0a2e5c0c46f4cbf0b1107b135ccab55211
|
||||
|
@ -4,6 +4,12 @@ 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.25.2 - 2020-10-21
|
||||
|
||||
* Revert styling of "balena CLI" as "balenaCLI" [Paulo Castro]
|
||||
* Add help note regarding the version of Node.js printed by `balena version -a` [Paulo Castro]
|
||||
* preload: Fix parsing of `--add-certificate` option, amend help for `--app` [Paulo Castro]
|
||||
|
||||
## 12.25.1 - 2020-10-13
|
||||
|
||||
* Treat authorization errors as expected [Scott Lowe]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.25.1",
|
||||
"version": "12.25.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.25.1",
|
||||
"version": "12.25.2",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user