This commit is contained in:
balenaCI 2022-11-11 00:49:26 +00:00
parent ac9e2a9e7e
commit 3bb0036ba8
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: Prevent git from existing with 141
hash: 52e95e6d0a96cfb07c111b927f3f8b0607063b99
body: ""
footer:
Change-type: patch
change-type: patch
author: ab77
nested: []
version: 14.5.9
title: ""
date: 2022-11-11T00:49:23.691Z
- commits:
- subject: Replace missing input
hash: 44f09b32fac79c387681f6988e6c621fb0e1ad15

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!
This project adheres to [Semantic Versioning](http://semver.org/).
## 14.5.9 - 2022-11-11
* Prevent git from existing with 141 [ab77]
## 14.5.8 - 2022-11-10
* Replace missing input [ab77]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "14.5.8",
"version": "14.5.9",
"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-10T23:32:19.708Z"
"publishedAt": "2022-11-11T00:49:24.850Z"
}
}