diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b587b96c..a5daaec4 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index af8a8562..28391794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index abf1b26f..9b8b161a 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "13.1.7", + "version": "13.1.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2c0a80d5..6a664835 100644 --- a/package.json +++ b/package.json @@ -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" } }