diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b5f51b7a0c..882fc9bb9a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Improve application-identifier disambiguation + hash: 46249e319ba3ee8aa1b951f5241dafa625175045 + body: '' + footer: + Change-type: patch + change-type: patch + Resolves: '#2077' + resolves: '#2077' + Signed-off-by: Scott Lowe + signed-off-by: Scott Lowe + author: Scott Lowe + nested: [] + version: 12.27.1 + date: 2020-11-06T09:01:07.764Z - commits: - subject: Add command app purge hash: 1e18096873bf35c016a5812f91c0bf4e8ce743ba diff --git a/CHANGELOG.md b/CHANGELOG.md index 524676128c..e0091968df 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.27.1 - 2020-11-06 + +* Improve application-identifier disambiguation [Scott Lowe] + ## 12.27.0 - 2020-11-05 * Add command app purge [Scott Lowe] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a4d0763b26..95c45fe958 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.27.0", + "version": "12.27.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 72561f6765..4068dd768e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.27.0", + "version": "12.27.1", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",