mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 18:56:25 +00:00
v11.31.25
This commit is contained in:
parent
9ab34c2deb
commit
6b33f95661
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.31.24",
|
||||
"version": "11.31.25",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user