From 71f1dbd80ac0966674fbce92fc161554e153b055 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 10:49:19 +0000 Subject: [PATCH] v17.1.7 --- .versionbot/CHANGELOG.yml | 36 ++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 7 +++++++ npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 4 files changed, 47 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a0124a01..c8327707 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index ea887387..25a630e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 584a18a4..543140db 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -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": { diff --git a/package.json b/package.json index d6726288..7083e859 100644 --- a/package.json +++ b/package.json @@ -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" } }