This commit is contained in:
Balena CI 2020-09-25 18:13:07 +03:00 committed by VersionBot
parent 340ca6577b
commit 1acf342fb0
4 changed files with 21 additions and 2 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Add new command `support`
hash: 0a8b3ce4e4a5b333f8aa6fd5f51e98444a42d966
body: ''
footer:
Change-type: minor
change-type: minor
Resolves: '#766 #1546'
resolves: '#766 #1546'
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
nested: []
version: 12.23.0
date: 2020-09-25T14:24:11.954Z
- commits:
- subject: 'deploy: Fix unexpected exit with "Everything is up to date"'
hash: 889fafcffce017373d7b6896ce9fd0a18b6b55f2

View File

@ -4,6 +4,10 @@ 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.23.0 - 2020-09-25
* Add new command `support` [Scott Lowe]
## 12.22.2 - 2020-09-19
* deploy: Fix unexpected exit with "Everything is up to date" [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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