diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 93a349b8..91675621 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: Convert qemu.js to typescript + hash: 52bece7f17c9f4e49add600eba386b4ae4b37cc3 + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: 11.32.9 + date: 2020-05-01T10:46:05.779Z - commits: - subject: Enforce lazy loading via tslint import-blacklist hash: 0df6368ab94667bce995f239290de3e5f347f865 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3af3c8d3..69436c7e 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.32.9 - 2020-05-01 + +* Convert qemu.js to typescript [Pagan Gazzard] + ## 11.32.8 - 2020-05-01 * Enforce lazy loading via tslint import-blacklist [Pagan Gazzard] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ba755373..3ce8def3 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.32.8", + "version": "11.32.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6b22c81a..3300e742 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.32.8", + "version": "11.32.9", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",