mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +00:00
v12.30.4
This commit is contained in:
parent
532c4a1862
commit
309b1ba6a0
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.30.3",
|
||||
"version": "12.30.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user