diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 58adfa3c..d28b540c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: Remove unused typings + hash: 505c3ec7d3bdf42eae5b15a3b8778dd38f467bd4 + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: 11.29.3 + date: 2020-03-13T00:16:12.759Z - commits: - subject: Fix opn patch (npm installation warning) hash: 5f552cf9a8df4f355689337ef999a58ab0e77e9a diff --git a/CHANGELOG.md b/CHANGELOG.md index 85bfd1ac..4a0912bb 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.29.3 - 2020-03-13 + +* Remove unused typings [Pagan Gazzard] + ## 11.29.2 - 2020-03-12 * Fix opn patch (npm installation warning) [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e5ae04f6..d0dd8cc6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.29.2", + "version": "11.29.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 85cccf24..5a206517 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.29.2", + "version": "11.29.3", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",