From 024bf2996b259e96303f2cdd0e89595bb6f4a131 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 17 Dec 2019 16:55:00 +0200 Subject: [PATCH] v11.20.2 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 5c2cab7d..f3579450 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Scott Lowe + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index fa422576..6f9de361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 59cd2100..2101ae4a 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.20.1", + "version": "11.20.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5ef83522..12817926 100644 --- a/package.json +++ b/package.json @@ -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",