diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 74456a32..83755225 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,20 @@ +- commits: + - subject: Add runtime warning for unused .dockerignore files + hash: 11d1a3f5a066f826ceda41929290ccf4ce645f0e + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + - subject: Improve error handling for oclif "missing required arg" + hash: 2859d16b3172332f400c08d786a6538bf126be90 + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + version: 12.1.3 + date: 2020-06-22T00:26:57.962Z - commits: - subject: Convert device os-update command to oclif hash: ebb0ec5287587beb52a63bbf35052fe643d9c313 diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d144a4..2a4baac1 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.1.3 - 2020-06-22 + +* Add runtime warning for unused .dockerignore files [Paulo Castro] +* Improve error handling for oclif "missing required arg" [Paulo Castro] + ## 12.1.2 - 2020-06-19 * Convert device os-update command to oclif [Scott Lowe] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a1fe225e..aeb66165 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.1.2", + "version": "12.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a98a160c..b7505b55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.1.2", + "version": "12.1.3", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",