This commit is contained in:
Balena CI 2019-12-13 11:01:49 +02:00
parent 29cc75598f
commit 65250e431e
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Fix issues with devices associated with inaccessible applications.
hash: 33552724a1b594ccb81372ea50cea4e9e673dff4
body: ''
footer:
Change-type: patch
change-type: patch
Resolves: '#1530'
resolves: '#1530'
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
version: 11.20.1
date: 2019-12-13T08:38:33.356Z
- commits:
- subject: Add multicontainer (microservices) support for 'balena env rename'
hash: 7fd436cd91e215e134f32551552c6baf25055829

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/).
## 11.20.1 - 2019-12-13
* Fix issues with devices associated with inaccessible applications. [Scott Lowe]
## 11.20.0 - 2019-12-12
* Add multicontainer (microservices) support for 'balena env rename' [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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