This commit is contained in:
Balena CI 2021-12-30 15:08:14 +02:00 committed by VersionBot
parent f723c58089
commit a80f676804
4 changed files with 39 additions and 3 deletions

View File

@ -1,3 +1,27 @@
- commits:
- subject: Update dependencies
hash: e27a4e2e3173ba7eb27ca5bd94642e93acbd4b8a
body: |
Update docker-progress from 5.0.0 to 5.0.1
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested:
- commits:
- subject: Fix for bad progress values from some registries causing a crash
hash: fa3f44c11a2067e65eea4ab43a382f7bbb5b75ef
body: ''
footer:
Signed-off-by: Paul Jonathan <pj@balena.io>
signed-off-by: Paul Jonathan <pj@balena.io>
Change-type: patch
change-type: patch
author: Paul Jonathan Zoulin
version: docker-progress-5.0.1
date: 2021-09-22T18:45:19.157Z
version: 13.1.1
date: 2021-12-30T12:39:15.683Z
- commits:
- subject: 'os configure, config generate: Add ''--dev'' option for OS developmentMode'
hash: 7d58b8c120b574679f8fa591343a3c3134a1b14d

View File

@ -4,6 +4,18 @@ 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/).
## 13.1.1 - 2021-12-30
<details>
<summary> Update dependencies [Pagan Gazzard] </summary>
> ### docker-progress-5.0.1 - 2021-09-22
>
> * Fix for bad progress values from some registries causing a crash [Paul Jonathan Zoulin]
>
</details>
## 13.1.0 - 2021-12-29
* os configure, config generate: Add '--dev' option for OS developmentMode [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "13.1.0",
"version": "13.1.1",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -287,6 +287,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2021-12-29T14:22:18.997Z"
"publishedAt": "2021-12-30T12:39:16.094Z"
}
}