mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v11.31.27
This commit is contained in:
parent
04c4250fba
commit
a348528ed3
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.31.26",
|
||||
"version": "11.31.27",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user