diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 85b3a0af..7a08c471 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: 'Convert command preload to oclif, typescript' + hash: d21a18f353c5d9cf9b47e9ed85c15c635d44a44e + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Scott Lowe + signed-off-by: Scott Lowe + author: Scott Lowe + nested: [] + version: 12.14.15 + date: 2020-08-27T08:22:51.203Z - commits: - subject: Fix device UUID parsing for 'balena tunnel' hash: 99a478ee39a7777c24d98593b0fbb5e8676534bb diff --git a/CHANGELOG.md b/CHANGELOG.md index 041e8084..f6944292 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.14.15 - 2020-08-27 + +* Convert command preload to oclif, typescript [Scott Lowe] + ## 12.14.14 - 2020-08-26 * Fix device UUID parsing for 'balena tunnel' [Alexis Svinartchouk] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c76a368a..2d8602c8 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.14.14", + "version": "12.14.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 719e5ea4..a4961231 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.14.14", + "version": "12.14.15", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",