diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 03347511..49700974 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: 'balena deploy: Fix "TypeError: images.push is not iterable"' + hash: 74cdd80b5197bd66a2cbc65d37473b3a62af169e + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + version: 11.31.24 + date: 2020-04-29T14:17:28.749Z - commits: - subject: Fix unhandled promise rejection when using `balena deploy` hash: 6ec05e8dcff26e35592a0372ebb22fe3b43260e5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 904ff359..5ccf01a1 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.24 - 2020-04-29 + +* balena deploy: Fix "TypeError: images.push is not iterable" [Paulo Castro] + ## 11.31.23 - 2020-04-28 * Fix unhandled promise rejection when using `balena deploy` [Pagan Gazzard] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f85d0efc..a8704c1d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.31.23", + "version": "11.31.24", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 86b35175..2e50fcd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.31.23", + "version": "11.31.24", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",