v11.31.25

This commit is contained in:
Balena CI 2020-04-30 07:36:33 +03:00 committed by VersionBot
parent 9ab34c2deb
commit 6b33f95661
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Add support for global --debug flag
hash: db247307db805e9be16f93836ba9290d27aa31d8
body: ''
footer:
Change-type: patch
change-type: patch
Resolves: '#1777'
resolves: '#1777'
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
version: 11.31.25
date: 2020-04-30T04:15:06.018Z
- commits:
- subject: 'balena deploy: Fix "TypeError: images.push is not iterable"'
hash: 74cdd80b5197bd66a2cbc65d37473b3a62af169e

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!
This project adheres to [Semantic Versioning](http://semver.org/).
## 11.31.25 - 2020-04-30
* Add support for global --debug flag [Scott Lowe]
## 11.31.24 - 2020-04-29
* balena deploy: Fix "TypeError: images.push is not iterable" [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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