From 309b1ba6a0c0011e3517fb3f85f461ff528a1c75 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 10 Dec 2020 10:20:29 +0200 Subject: [PATCH] v12.30.4 --- .versionbot/CHANGELOG.yml | 15 +++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 0fa63656..b900c2e0 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Scott Lowe + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a965649..a1459414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 36200894..89ed4f26 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.30.3", + "version": "12.30.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e774c711..5a8a859c 100644 --- a/package.json +++ b/package.json @@ -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",