This commit is contained in:
Balena CI 2020-10-21 15:02:26 +03:00 committed by VersionBot
parent 0d3106af0e
commit cf7d9246e5
4 changed files with 43 additions and 2 deletions

View File

@ -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: - commits:
- subject: Treat authorization errors as expected - subject: Treat authorization errors as expected
hash: 592efd0a2e5c0c46f4cbf0b1107b135ccab55211 hash: 592efd0a2e5c0c46f4cbf0b1107b135ccab55211

View File

@ -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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). 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 ## 12.25.1 - 2020-10-13
* Treat authorization errors as expected [Scott Lowe] * Treat authorization errors as expected [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.25.1", "version": "12.25.2",
"description": "The official balena Command Line Interface", "description": "The official balena Command Line Interface",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",