From f46d00640b12bf64d72380559f9ca899b38ea556 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 12:41:44 +0000 Subject: [PATCH] v17.4.10 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1f3245b9..2a7726a1 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Normalize v prefixes in the --version parameter of all commands + hash: b7b01ecd5314bddae73b7b062f9d034b3661bcef + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 17.4.10 + title: "" + date: 2024-01-02T12:41:38.978Z - commits: - subject: Fix publishing artifacts to gh release hash: 1da5a75c1411bdfece2b60f83095082f6ce68ace diff --git a/CHANGELOG.md b/CHANGELOG.md index dd44a968..dcd370b4 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/). +## 17.4.10 - 2024-01-02 + +* Normalize v prefixes in the --version parameter of all commands [Thodoris Greasidis] + ## 17.4.9 - 2023-12-19 * Fix publishing artifacts to gh release [Otávio Jacobi] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9bf59a41..bc1eb317 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "17.4.9", + "version": "17.4.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "17.4.9", + "version": "17.4.10", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 36f42561..452cae59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "17.4.9", + "version": "17.4.10", "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": "2023-12-19T23:02:30.471Z" + "publishedAt": "2024-01-02T12:41:39.852Z" } }