mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 06:07:55 +00:00
v11.31.15
This commit is contained in:
parent
c3c1c5fc41
commit
3302e2f639
@ -1,3 +1,13 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Convert lib/utils/qemu.coffee to javascript
|
||||||
|
hash: 9f59b6dde552b57fd2993b6535f0559804657c6a
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Pagan Gazzard
|
||||||
|
version: 11.31.15
|
||||||
|
date: 2020-04-24T09:23:06.150Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: 'device os-update: Refactor to use the overall_progress field'
|
- subject: 'device os-update: Refactor to use the overall_progress field'
|
||||||
hash: 3e4f9f957269224456167c50ae6d2addc1187fa5
|
hash: 3e4f9f957269224456167c50ae6d2addc1187fa5
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 11.31.15 - 2020-04-24
|
||||||
|
|
||||||
|
* Convert lib/utils/qemu.coffee to javascript [Pagan Gazzard]
|
||||||
|
|
||||||
## 11.31.14 - 2020-04-23
|
## 11.31.14 - 2020-04-23
|
||||||
|
|
||||||
* device os-update: Refactor to use the overall_progress field [Thodoris Greasidis]
|
* device os-update: Refactor to use the overall_progress field [Thodoris Greasidis]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "11.31.14",
|
"version": "11.31.15",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "11.31.14",
|
"version": "11.31.15",
|
||||||
"description": "The official balena CLI tool",
|
"description": "The official balena CLI tool",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
|
Loading…
Reference in New Issue
Block a user