From d1a0660a3d623f612f0ea883ef7f05f6f843e5e3 Mon Sep 17 00:00:00 2001 From: balenaCI Date: Thu, 10 Nov 2022 22:19:22 +0000 Subject: [PATCH] v14.5.7 --- .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 34ef2425..1487e799 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Just ignore errors during publish + hash: 39e9997d9e0a8622d0fc255afe508131a33a9123 + body: "" + footer: + Change-type: patch + change-type: patch + author: ab77 + nested: [] + version: 14.5.7 + title: "" + date: 2022-11-10T22:19:20.861Z - commits: - subject: Ignore PIPE signal hash: 6063f4c7762140731a42dd1e5515ce3326b4cb91 diff --git a/CHANGELOG.md b/CHANGELOG.md index 032db820..3309c34d 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.7 - 2022-11-10 + +* Just ignore errors during publish [ab77] + ## 14.5.6 - 2022-11-10 * Ignore PIPE signal [ab77] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 5b6033fa..0c23ae65 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.5.6", + "version": "14.5.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 59ac3326..9da5e1d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.5.6", + "version": "14.5.7", "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-10T21:07:33.621Z" + "publishedAt": "2022-11-10T22:19:21.757Z" } }