diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 838c473f..8fcdd433 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,28 @@ +- commits: + - subject: >- + push (local device): Add --pull option to force pulling base images + again + hash: 93e18bea27cb494ea7e37a5fea044047a95c6414 + body: '' + footer: + Connects-to: '#1584' + connects-to: '#1584' + Change-type: minor + change-type: minor + author: Paulo Castro + nested: [] + - subject: 'push: Reformat help output to fit in 80 characters' + hash: 73f49765ec8ddeb58aefa6f0f22dcd1b7a7e671f + body: '' + footer: + Connects-to: '#1858' + connects-to: '#1858' + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + version: 12.18.0 + date: 2020-09-09T11:01:51.327Z - commits: - subject: Fix error displaying info for devices without commits hash: e0c65bdef89e2cc1922e2e445fc2d2ff4968b944 diff --git a/CHANGELOG.md b/CHANGELOG.md index 50950d1a..5f09611f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.18.0 - 2020-09-09 + +* push (local device): Add --pull option to force pulling base images again [Paulo Castro] +* push: Reformat help output to fit in 80 characters [Paulo Castro] + ## 12.17.2 - 2020-09-08 * Fix error displaying info for devices without commits [Scott Lowe] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c8c904e1..e366b137 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.17.2", + "version": "12.18.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4700f498..d2da40ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.17.2", + "version": "12.18.0", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",