diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 7a08c471..b0825286 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Update to typescript 4.0 + hash: 787966a0b61abf3d94a16ca407b42bf05abfbae2 + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 12.14.16 + date: 2020-08-27T10:53:30.252Z - commits: - subject: 'Convert command preload to oclif, typescript' hash: d21a18f353c5d9cf9b47e9ed85c15c635d44a44e diff --git a/CHANGELOG.md b/CHANGELOG.md index f6944292..35f8a049 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.16 - 2020-08-27 + +* Update to typescript 4.0 [Pagan Gazzard] + ## 12.14.15 - 2020-08-27 * Convert command preload to oclif, typescript [Scott Lowe] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 2f15ac33..dea3857e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.14.15", + "version": "12.14.16", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2b0cbb82..4ea138ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.14.15", + "version": "12.14.16", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",