v11.31.24

This commit is contained in:
Balena CI 2020-04-29 18:13:56 +03:00 committed by VersionBot
parent d98bc9fb06
commit ad0b667bc7
4 changed files with 16 additions and 2 deletions

View File

@ -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: - commits:
- subject: Fix unhandled promise rejection when using `balena deploy` - subject: Fix unhandled promise rejection when using `balena deploy`
hash: 6ec05e8dcff26e35592a0372ebb22fe3b43260e5 hash: 6ec05e8dcff26e35592a0372ebb22fe3b43260e5

View File

@ -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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). 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 ## 11.31.23 - 2020-04-28
* Fix unhandled promise rejection when using `balena deploy` [Pagan Gazzard] * Fix unhandled promise rejection when using `balena deploy` [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.31.23", "version": "11.31.24",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.31.23", "version": "11.31.24",
"description": "The official balena CLI tool", "description": "The official balena CLI tool",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",