This commit is contained in:
Balena CI 2020-12-10 10:20:29 +02:00 committed by VersionBot
parent 532c4a1862
commit 309b1ba6a0
4 changed files with 21 additions and 2 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Fix app name output in app command
hash: fc8b7c71fc2cab5949b0bebc86a757d28f510343
body: ''
footer:
Change-type: patch
change-type: patch
Resolves: '#2120'
resolves: '#2120'
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
nested: []
version: 12.30.4
date: 2020-12-10T07:35:10.577Z
- commits:
- subject: 'errors: Add expected errors for device deactivation'
hash: a19132d3bfe2e02456b4738fb16d4aa813fe6211

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.30.4 - 2020-12-10
* Fix app name output in app command [Scott Lowe]
## 12.30.3 - 2020-12-09
* errors: Add expected errors for device deactivation [Marios Balamatsias]

2
npm-shrinkwrap.json generated
View File

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

View File

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