diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a987b46b..425478d6 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: 'Convert `os initialize` to oclif, typescript' + hash: b7c74598b2efec263679bc351cf39284555c3f90 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Scott Lowe + signed-off-by: Scott Lowe + author: Scott Lowe + nested: [] + version: 12.9.1 + date: 2020-07-16T14:09:27.209Z - commits: - subject: Update INSTALL.md re new minimum Node.js version of 10.20.0 hash: 0534ab1cb48985f563de12a5c845921ac7fe78ce diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c1be08d..459f5024 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.9.1 - 2020-07-16 + +* Convert `os initialize` to oclif, typescript [Scott Lowe] + ## 12.9.0 - 2020-07-15 * Update INSTALL.md re new minimum Node.js version of 10.20.0 [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ace08818..5ccf4ff7 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.9.0", + "version": "12.9.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8a8bc45e..71914f33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.9.0", + "version": "12.9.1", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",