mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-09 04:14:15 +00:00
v11.20.1
This commit is contained in:
parent
29cc75598f
commit
65250e431e
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.20.0",
|
||||
"version": "11.20.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user