v11.31.14

This commit is contained in:
Balena CI 2020-04-23 19:35:54 +03:00
parent e9f8cadb73
commit 8be56ef092
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: 'device os-update: Refactor to use the overall_progress field'
hash: 3e4f9f957269224456167c50ae6d2addc1187fa5
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
author: Thodoris Greasidis
version: 11.31.14
date: 2020-04-23T16:13:28.777Z
- commits: - commits:
- subject: Remove unnecessary files - subject: Remove unnecessary files
hash: c3454d3abb5a8ddb46a373f91b6fc428ca412bfa hash: c3454d3abb5a8ddb46a373f91b6fc428ca412bfa

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! 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.14 - 2020-04-23
* device os-update: Refactor to use the overall_progress field [Thodoris Greasidis]
## 11.31.13 - 2020-04-23 ## 11.31.13 - 2020-04-23
* Remove unnecessary files [Pagan Gazzard] * Remove unnecessary files [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.31.13", "version": "11.31.14",
"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",