diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 41234bcc..f846f2ae 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,24 @@ +- commits: + - subject: Convert `device init` to async await and oclif + hash: 40f643c07f0b26ff9996ba5a5eb2371ff6833d58 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Scott Lowe + signed-off-by: Scott Lowe + author: Scott Lowe + - subject: Fix cross-framework nested commands + hash: 402e48c8f89e2e42b35c73a14ee6f4a5884f0e1a + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Scott Lowe + signed-off-by: Scott Lowe + author: Scott Lowe + version: 12.3.12 + date: 2020-07-02T18:38:57.890Z - commits: - subject: Remove all module level bluebird usage from eagerly loaded modules hash: 178c3f91547b6d94c7bcd98db4a6320e90440e33 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b9d3ef8..1aaa7aa1 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.3.12 - 2020-07-02 + +* Convert `device init` to async await and oclif [Scott Lowe] +* Fix cross-framework nested commands [Scott Lowe] + ## 12.3.11 - 2020-07-02 * Remove all module level bluebird usage from eagerly loaded modules [Pagan Gazzard] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6210676f..c0880255 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.3.11", + "version": "12.3.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 26be7d44..efce0576 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.3.11", + "version": "12.3.12", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",