This commit is contained in:
Balena CI 2019-10-23 14:03:38 +03:00
parent 294290908b
commit f7a4160c3f
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Update livepush to support build arguments
hash: 8ed4f547e0b9d8c969ac7eeec2a6c3fa8cbfbabf
body: ''
footer:
Change-type: minor
change-type: minor
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 11.17.0
date: 2019-10-22T12:28:15.239Z
- commits: - commits:
- subject: Add installation note regarding macOS Catalina (10.15) - subject: Add installation note regarding macOS Catalina (10.15)
hash: c2b0091f86c121de857136a8ec14a6c5b744b87b hash: c2b0091f86c121de857136a8ec14a6c5b744b87b

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 11.17.0 - 2019-10-22
* Update livepush to support build arguments [Cameron Diver]
## 11.16.6 - 2019-10-22 ## 11.16.6 - 2019-10-22
* Add installation note regarding macOS Catalina (10.15) [Paulo Castro] * Add installation note regarding macOS Catalina (10.15) [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.16.6", "version": "11.17.0",
"description": "The official balena CLI tool", "description": "The official balena CLI tool",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",