v11.31.26

This commit is contained in:
Balena CI 2020-04-30 13:56:36 +03:00 committed by VersionBot
parent 3f285cc26d
commit f55376df32
4 changed files with 18 additions and 2 deletions

@ -1,3 +1,15 @@
- commits:
- subject: >-
balena build/deploy: Update QEMU version to support newer balenalib
images
hash: 6d95c5bad5c4f6d8f0e2644048ceebe727aed613
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.31.26
date: 2020-04-30T09:53:18.347Z
- commits:
- subject: Add support for global --debug flag
hash: db247307db805e9be16f93836ba9290d27aa31d8

@ -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.26 - 2020-04-30
* balena build/deploy: Update QEMU version to support newer balenalib images [Paulo Castro]
## 11.31.25 - 2020-04-30
* Add support for global --debug flag [Scott Lowe]

2
npm-shrinkwrap.json generated

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

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