This commit is contained in:
Balena CI 2019-12-17 16:55:00 +02:00
parent 5210d474a9
commit 024bf2996b
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Update livepush to fix windows path issue.
hash: 3cce8d822c246062dd4548cf7ac020469584ee39
body: ''
footer:
Change-type: patch
change-type: patch
Connects-to: 'https://github.com/balena-io-modules/livepush/issues/55'
connects-to: 'https://github.com/balena-io-modules/livepush/issues/55'
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
version: 11.20.2
date: 2019-12-17T14:32:53.314Z
- commits:
- subject: Fix issues with devices associated with inaccessible applications.
hash: 33552724a1b594ccb81372ea50cea4e9e673dff4

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.2 - 2019-12-17
* Update livepush to fix windows path issue. [Scott Lowe]
## 11.20.1 - 2019-12-13
* Fix issues with devices associated with inaccessible applications. [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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