mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v11.31.24
This commit is contained in:
parent
d98bc9fb06
commit
ad0b667bc7
@ -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
|
||||
|
@ -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]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.31.23",
|
||||
"version": "11.31.24",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user