Skip to content

Commit

Permalink
v12.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci authored and VersionBot committed Nov 20, 2020
1 parent 0689074 commit ac49246
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 2 deletions.
31 changes: 31 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ac49246

Please sign in to comment.