From c5d2aa7eec6c5fddd9a3250fafdc97453562e1dc Mon Sep 17 00:00:00 2001 From: balenaCI Date: Thu, 10 Nov 2022 23:32:21 +0000 Subject: [PATCH] v14.5.8 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 4 ++-- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1487e799..e563f4e8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Replace missing input + hash: 44f09b32fac79c387681f6988e6c621fb0e1ad15 + body: "" + footer: + Change-type: patch + change-type: patch + author: ab77 + nested: [] + version: 14.5.8 + title: "" + date: 2022-11-10T23:32:18.629Z - commits: - subject: Just ignore errors during publish hash: 39e9997d9e0a8622d0fc255afe508131a33a9123 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3309c34d..a24c7427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +## 14.5.8 - 2022-11-10 + +* Replace missing input [ab77] + ## 14.5.7 - 2022-11-10 * Just ignore errors during publish [ab77] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 0c23ae65..d91db7f5 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.5.7", + "version": "14.5.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9da5e1d7..6927ebcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.5.7", + "version": "14.5.8", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -284,6 +284,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2022-11-10T22:19:21.757Z" + "publishedAt": "2022-11-10T23:32:19.708Z" } }