diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 01d88915..16fe07aa 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Support container contracts when pushing to local devices + hash: 0c5ed7adfb6b915ebd4e79ac96fb2c8ddab851c3 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 11.14.4 + date: 2019-10-14T16:21:38.984Z - commits: - subject: Update/improve npm install instructions for Windows hash: a8fcd85f1a3ab185d6a8d3d7e3c086fcb464e6cc diff --git a/CHANGELOG.md b/CHANGELOG.md index ba090bbf..2af72dc1 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/). +## 11.14.4 - 2019-10-14 + +* Support container contracts when pushing to local devices [Cameron Diver] + ## 11.14.3 - 2019-10-14 * Update/improve npm install instructions for Windows [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 19d8de30..a55c2c31 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.14.3", + "version": "11.14.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8cf9b24a..e4e59b1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.14.3", + "version": "11.14.4", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",