diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1a62a3b8..8b757c01 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Explicitly upgrade livepush version to 2.0.1 to pick up fix + hash: adcc862acb2237374de76ae75fed893f46b4408c + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 11.4.2 + date: 2019-07-01T09:01:01.908Z - commits: - subject: Unpin selected dependencies following addition of npm-shrinkwrap.json hash: 77089e31e471398ec098689e414f138739424be6 diff --git a/CHANGELOG.md b/CHANGELOG.md index b44ea5f3..f7459115 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.4.2 - 2019-07-01 + +* Explicitly upgrade livepush version to 2.0.1 to pick up fix [Cameron Diver] + ## 11.4.1 - 2019-06-28 * Unpin selected dependencies following addition of npm-shrinkwrap.json [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ba7ffe92..558659ed 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.4.1", + "version": "11.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ac14dc65..c1de83a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.4.1", + "version": "11.4.2", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",