mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-03-23 04:25:29 +00:00
v11.17.1
This commit is contained in:
parent
0671ee0bef
commit
5f780a0947
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.17.0",
|
||||
"version": "11.17.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user