This commit is contained in:
Balena CI 2020-08-07 23:58:35 +03:00 committed by VersionBot
parent 88523a2887
commit bf22d9eaa8
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: >-
Live push: Accept Dockerfile ENV instructions in live push to local
device
hash: e8eb031253fb632f86970ae0c8fb2d3dc94b8ddf
body: |
Update livepush, chokidar and @types/dockerode dependencies
footer:
Change-type: minor
change-type: minor
author: Paulo Castro
nested: []
version: 12.14.0
date: 2020-08-07T20:12:47.522Z
- commits:
- subject: 'devices: Add ''--json'' option to help with scripting'
hash: 62dfae371c31b1267d5f517226f5f117d5a6986e

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/).
## 12.14.0 - 2020-08-07
* Live push: Accept Dockerfile ENV instructions in live push to local device [Paulo Castro]
## 12.13.0 - 2020-08-07
* devices: Add '--json' option to help with scripting [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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