v11.31.27

This commit is contained in:
Balena CI 2020-04-30 14:45:04 +03:00 committed by VersionBot
parent 04c4250fba
commit a348528ed3
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Convert lib/actions/help.coffee to javascript
hash: a97398950e2ace9d4346aabeb067385d4218cc3c
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.31.27
date: 2020-04-30T10:59:25.400Z
- commits:
- subject: >-
balena build/deploy: Update QEMU version to support newer balenalib

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.27 - 2020-04-30
* Convert lib/actions/help.coffee to javascript [Pagan Gazzard]
## 11.31.26 - 2020-04-30
* balena build/deploy: Update QEMU version to support newer balenalib images [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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