diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 64a8c369..6f1446ad 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,20 @@ +- commits: + - subject: Convert lib/utils/deploy.coffee to javascript + hash: 73d6d7b2646220619aa915fca6b0b86ad0924549 + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + - subject: Convert lib/actions/build.coffee to javascript + hash: 4d8cd1cc461600a918b128262867a4b3e8aedd08 + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: 11.32.2 + date: 2020-04-30T15:16:34.968Z - commits: - subject: Only notify of an update if the new version is actually newer hash: 4ae91ef846fc81e29e5bca27dcd6902cf122cda1 diff --git a/CHANGELOG.md b/CHANGELOG.md index e0ccc8ed..adbe02b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.2 - 2020-04-30 + +* Convert lib/utils/deploy.coffee to javascript [Pagan Gazzard] +* Convert lib/actions/build.coffee to javascript [Pagan Gazzard] + ## 11.32.1 - 2020-04-30 * Only notify of an update if the new version is actually newer [Pagan Gazzard] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3a4c9197..affa6ea1 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.32.1", + "version": "11.32.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7f6a31e4..1384565f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.32.1", + "version": "11.32.2", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",