This commit is contained in:
Balena CI 2020-11-20 14:44:30 +02:00 committed by VersionBot
parent 0689074dd7
commit ac49246141
4 changed files with 39 additions and 2 deletions

View File

@ -1,3 +1,34 @@
- commits:
- subject: 'docs: Add references to the masterclasses in the CLI help and README'
hash: 2bf59530c4aebdd302814e9f59d41c7b9d2672c3
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: >-
Fix debug message logic (don't suggest --debug if it is already being
used)
hash: a4fd7d6118a04e8e9f0e718a765b508fb11209e6
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: Fix unhandled promise rejection when ~/.balena is not accessible
hash: 65f053dd6e2d6e212b90e905be7af5d13772c7e6
body: ''
footer:
Resolves: '#2096'
resolves: '#2096'
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.28.2
date: 2020-11-20T12:07:27.250Z
- commits:
- subject: 'scan: Prevent spinner animation output to stdout when --json is used'
hash: 2f9212d622f7affe4391e0d6bac1a06e859b7488

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.28.2 - 2020-11-20
* docs: Add references to the masterclasses in the CLI help and README [Paulo Castro]
* Fix debug message logic (don't suggest --debug if it is already being used) [Paulo Castro]
* Fix unhandled promise rejection when ~/.balena is not accessible [Paulo Castro]
## 12.28.1 - 2020-11-20
* scan: Prevent spinner animation output to stdout when --json is used [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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