This commit is contained in:
flowzone-app[bot] 2023-10-20 10:49:19 +00:00 committed by GitHub
parent 36edcf0cb8
commit 71f1dbd80a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 47 additions and 4 deletions

View File

@ -1,3 +1,39 @@
- commits:
- subject: "tag set: Fix using empty string as a value"
hash: 8204dcad9323bebd4b0b40b84f658fc0bcb66a29
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: "env add: Fix using empty string as a value"
hash: 03bcb6cff7743d0d60ef76dcf3af4a9b31f5f743
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: Add tests for empty & non-provided value for the `env add` command
hash: 66b6eed57c000713beea2e28d4f56cdbfc2b0ea4
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: Add tests for the `tag set` command
hash: 99b0f2c0222cc82fdbdfce5cd80a1ffc04e715d7
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 17.1.7
title: ""
date: 2023-10-20T10:49:15.378Z
- commits:
- subject: Allow custom actions for external contributors
hash: 3fc6eb7a47687d26181fe346dd856dc90ddbcdfa

View File

@ -4,6 +4,13 @@ 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/).
## 17.1.7 - 2023-10-20
* tag set: Fix using empty string as a value [Thodoris Greasidis]
* env add: Fix using empty string as a value [Thodoris Greasidis]
* Add tests for empty & non-provided value for the `env add` command [Thodoris Greasidis]
* Add tests for the `tag set` command [Thodoris Greasidis]
## 17.1.6 - 2023-10-18
* Allow custom actions for external contributors [Kyle Harding]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "17.1.6",
"version": "17.1.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "17.1.6",
"version": "17.1.7",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "17.1.6",
"version": "17.1.7",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -280,6 +280,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2023-10-18T18:16:05.977Z"
"publishedAt": "2023-10-20T10:49:16.735Z"
}
}