From 5f780a09477982296b95709665c310078c6537c1 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 29 Oct 2019 12:50:40 +0200 Subject: [PATCH] v11.17.1 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 142166cf..2dce2b72 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Fix potentialy undefined build task when livepushing + hash: 55b2b5a467586467d8b8288b561a41d0f9ce8fb2 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 11.17.1 + date: 2019-10-28T17:53:38.986Z - commits: - subject: Update livepush to support build arguments hash: 8ed4f547e0b9d8c969ac7eeec2a6c3fa8cbfbabf diff --git a/CHANGELOG.md b/CHANGELOG.md index c0d7e13d..ee2ae78b 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.17.1 - 2019-10-28 + +* Fix potentialy undefined build task when livepushing [Cameron Diver] + ## 11.17.0 - 2019-10-22 * Update livepush to support build arguments [Cameron Diver] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index dfbb0ef0..433cec9d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.17.0", + "version": "11.17.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 499ead0b..44767edd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.17.0", + "version": "11.17.1", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",