diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 80993079..e76d18b7 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Make balena-cli build on refreshed on-prem workers + hash: 511d0dbe2688098f522af9fb81fe6c4503689a22 + body: | + * Fix 'balena ssh' test cases when using the Windows built-in ssh tool + * Fix Windows installer build in new balena CI workers (qqjs patch) + * Remove hardcoded path + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + version: 12.32.1 + date: 2020-12-10T20:34:43.475Z - commits: - subject: Add organizations support to app rename command hash: 665e0cf9d7f1f10d5067a1c8888790d4b46fa50a diff --git a/CHANGELOG.md b/CHANGELOG.md index 33487357..0af952aa 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.32.1 - 2020-12-10 + +* Make balena-cli build on refreshed on-prem workers [Paulo Castro] + ## 12.32.0 - 2020-12-10 * Add organizations support to app rename command [Scott Lowe] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d467c1c9..759ff356 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.32.0", + "version": "12.32.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7ee32899..8c41a179 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.32.0", + "version": "12.32.1", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",