This commit is contained in:
Balena CI 2020-06-24 14:15:03 +03:00 committed by VersionBot
parent 9e98e7142c
commit ab9dabaf77
4 changed files with 38 additions and 2 deletions

View File

@ -1,3 +1,33 @@
- commits:
- subject: Make offline device error handling more robust.
hash: 4656f8f11d2fc73b1eb4043b63b8fd037826b791
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
- subject: Improve handling of oclif parser errors.
hash: 5b5f258685c03a6d60b9ddb7b2c17da919bc312e
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
- subject: 'Convert commands login, logout, whoami to oclif.'
hash: 7d2e32777f141e9a91b6c857330087a51b66f1fa
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
version: 12.1.6
date: 2020-06-24T10:47:37.947Z
- commits:
- subject: Update INSTALL.md re supported Node.js versions and '--unsafe-perm'
hash: 98c0991fe35db6cbe9825f4016fbb2001e08267b

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!
This project adheres to [Semantic Versioning](http://semver.org/).
## 12.1.6 - 2020-06-24
* Make offline device error handling more robust. [Scott Lowe]
* Improve handling of oclif parser errors. [Scott Lowe]
* Convert commands login, logout, whoami to oclif. [Scott Lowe]
## 12.1.5 - 2020-06-23
* Update INSTALL.md re supported Node.js versions and '--unsafe-perm' [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.1.5",
"version": "12.1.6",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",