This commit is contained in:
Balena CI 2022-01-11 03:28:31 +02:00 committed by VersionBot
parent 96142a002e
commit e4f61a1242
4 changed files with 27 additions and 3 deletions

View File

@ -1,3 +1,22 @@
- commits:
- subject: 'local push: Fix "invalid character ''/'' looking for beginning of value"'
hash: 6b9a5cd89cf60b91cbb5a6e732f840e8551152d7
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: 'v14 preparations: Fix TypeError produced by ''npx oclif manifest'''
hash: d1e66bc1a529892503d29f679676df48b7221451
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 13.1.8
date: 2022-01-11T00:59:22.886Z
- commits:
- subject: Update to pkg 5
hash: 879d98ef98de9b252aa4b747cf0c69a17fe556f6

View File

@ -4,6 +4,11 @@ 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.8 - 2022-01-11
* local push: Fix "invalid character '/' looking for beginning of value" [Paulo Castro]
* v14 preparations: Fix TypeError produced by 'npx oclif manifest' [Paulo Castro]
## 13.1.7 - 2022-01-06
* Update to pkg 5 [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "13.1.7",
"version": "13.1.8",
"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-06T16:25:50.281Z"
"publishedAt": "2022-01-11T00:59:23.183Z"
}
}