This commit is contained in:
Balena CI 2022-01-14 03:00:53 +02:00 committed by VersionBot
parent bd462aee02
commit d11e547e11
4 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Update packages in response to `colors` package issues
hash: f633c0468bcd1eed15713492cc38e3881d28f231
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
nested: []
version: 13.1.9
date: 2022-01-14T00:38:55.363Z
- commits:
- subject: 'local push: Fix "invalid character ''/'' looking for beginning of value"'
hash: 6b9a5cd89cf60b91cbb5a6e732f840e8551152d7

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/).
## 13.1.9 - 2022-01-14
* Update packages in response to `colors` package issues [Scott Lowe]
## 13.1.8 - 2022-01-11
* local push: Fix "invalid character '/' looking for beginning of value" [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "13.1.8",
"version": "13.1.9",
"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": "2022-01-11T00:59:23.183Z"
"publishedAt": "2022-01-14T00:38:55.651Z"
}
}