From 9c4d788d6dfffb41dcbdf16bc61d6ef3aea47936 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 12:04:11 +0000 Subject: [PATCH] v18.2.4 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d477139b..f88efabb 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: 'patch: fix outdated doc for "os configure"' + hash: 163dcf596e8e318570f5f1c27485b2b834c21214 + body: | + There were an outdated warning for `os configure` on windows. + The command actually works fine on windows. + footer: + see: https://balena.zulipchat.com/#narrow/stream/403752-channel.2Fsupport-help/topic/Cytiva.20image.20downloads/near/438786503 + author: Edwin Joassart + nested: [] + version: 18.2.4 + title: "" + date: 2024-05-17T12:04:06.637Z - commits: - subject: Pluralize command categories in docs hash: 233bc705dee0ec2e6efe4375deac1889d91f5718 diff --git a/CHANGELOG.md b/CHANGELOG.md index c86feb78..61aadaf8 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/). +## 18.2.4 - 2024-05-17 + +* patch: fix outdated doc for "os configure" [Edwin Joassart] + ## 18.2.3 - 2024-05-15 * Pluralize command categories in docs [dfunckt] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 58988fc9..59a8a677 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "18.2.3", + "version": "18.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "18.2.3", + "version": "18.2.4", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 3fbd0f4f..b6bd2d22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "18.2.3", + "version": "18.2.4", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -287,6 +287,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2024-05-15T13:32:50.378Z" + "publishedAt": "2024-05-17T12:04:07.588Z" } }