diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f2f86d2c..1d74bac8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index e9ea360d..8f167b1d 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/). +## 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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 71918575..2d56bdc2 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.13.0", + "version": "12.14.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 13f24f40..b0235860 100644 --- a/package.json +++ b/package.json @@ -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",