This commit is contained in:
Balena CI 2020-09-08 21:16:44 +03:00 committed by VersionBot
parent bd5bf0135a
commit 3a508dc397
4 changed files with 21 additions and 2 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Fix error displaying info for devices without commits
hash: e0c65bdef89e2cc1922e2e445fc2d2ff4968b944
body: ''
footer:
Change-type: patch
change-type: patch
Resolves: '#2024'
resolves: '#2024'
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
nested: []
version: 12.17.2
date: 2020-09-08T17:00:11.674Z
- commits:
- subject: Fix usage info for env rename
hash: 5e5a2c1c85d09020fb53a0e80db9efee9940e885

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.17.2 - 2020-09-08
* Fix error displaying info for devices without commits [Scott Lowe]
## 12.17.1 - 2020-09-08
* Fix usage info for env rename [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.17.1",
"version": "12.17.2",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",