diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6b892057..ba56e265 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Remove need for hardcoded list of command ids + hash: c48564e85a618af64c5f63722f0039f6e75862ba + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Scott Lowe + signed-off-by: Scott Lowe + author: Scott Lowe + nested: [] + version: 12.25.5 + date: 2020-10-27T09:39:31.007Z - commits: - subject: Update Contributing document re commit messages / versionbot / changelog hash: 077e25ebc4e1b3f1cf5aefefcc8601f9dbe38d1f diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a977c8c..7dc5f5e3 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.25.5 - 2020-10-27 + +* Remove need for hardcoded list of command ids [Scott Lowe] + ## 12.25.4 - 2020-10-25 * Update Contributing document re commit messages / versionbot / changelog [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 35404c48..48096be7 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.25.4", + "version": "12.25.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9dfb4f39..9ff78cd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.25.4", + "version": "12.25.5", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",