This commit is contained in:
balenaCI 2022-11-10 22:19:22 +00:00
parent ee1987f188
commit d1a0660a3d
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 19 additions and 3 deletions

View File

@ -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: - commits:
- subject: Ignore PIPE signal - subject: Ignore PIPE signal
hash: 6063f4c7762140731a42dd1e5515ce3326b4cb91 hash: 6063f4c7762140731a42dd1e5515ce3326b4cb91

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). 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 ## 14.5.6 - 2022-11-10
* Ignore PIPE signal [ab77] * Ignore PIPE signal [ab77]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "14.5.6", "version": "14.5.7",
"description": "The official balena Command Line Interface", "description": "The official balena Command Line Interface",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",
@ -284,6 +284,6 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
}, },
"versionist": { "versionist": {
"publishedAt": "2022-11-10T21:07:33.621Z" "publishedAt": "2022-11-10T22:19:21.757Z"
} }
} }