diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 04a56f51..efae0cd2 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: 'Convert command `scan` to TypeScript, migrate to oclif' + hash: a2b761ec4b3f3aaee565b7ebfa43fb4bae429455 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Scott Lowe + signed-off-by: Scott Lowe + author: Scott Lowe + version: 11.31.10 + date: 2020-04-22T11:16:16.051Z - commits: - subject: >- Update patch-package (fix remaining source of seemingly random ENOENT diff --git a/CHANGELOG.md b/CHANGELOG.md index 84adcebb..852eb7a4 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/). +## 11.31.10 - 2020-04-22 + +* Convert command `scan` to TypeScript, migrate to oclif [Scott Lowe] + ## 11.31.9 - 2020-04-22 * Update patch-package (fix remaining source of seemingly random ENOENT error) [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 2bc75c7b..df08626f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.31.9", + "version": "11.31.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 76e939d9..db599f00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.31.9", + "version": "11.31.10", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",