This commit is contained in:
Balena CI 2019-10-29 12:50:40 +02:00
parent 0671ee0bef
commit 5f780a0947
4 changed files with 18 additions and 2 deletions

View File

@ -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 <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 11.17.1
date: 2019-10-28T17:53:38.986Z
- commits:
- subject: Update livepush to support build arguments
hash: 8ed4f547e0b9d8c969ac7eeec2a6c3fa8cbfbabf

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.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]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -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",