From 4f665f43d2a91e2e4a5b4c2a98840424e6a0bc3c Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 12:52:10 +0000 Subject: [PATCH] v20.2.9 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 10d6d330..baa51a65 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Fix CORS issue with X-Balena-Client header + hash: 64d19438042921e89c522f022327ead85b286e9f + body: "" + footer: + Change-type: patch + change-type: patch + See: https://balena.fibery.io/Work/Project/Extend-the-X-Balena-Client-header-to-include-the-UI-CLI-version-as-well-1174 + see: https://balena.fibery.io/Work/Project/Extend-the-X-Balena-Client-header-to-include-the-UI-CLI-version-as-well-1174 + author: Thodoris Greasidis + nested: [] + version: 20.2.9 + title: "" + date: 2025-02-26T12:52:06.672Z - commits: - subject: Update balena-config-json dependency and fix test hash: 93039b010db15fbf1c0d17d4ed8f0db554064de4 diff --git a/CHANGELOG.md b/CHANGELOG.md index bac5a081..e260749c 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/). +## 20.2.9 - 2025-02-26 + +* Fix CORS issue with X-Balena-Client header [Thodoris Greasidis] + ## 20.2.8 - 2025-02-26 * Update balena-config-json dependency and fix test [Ken Bannister] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index df5cb540..39d72e78 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "20.2.8", + "version": "20.2.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "20.2.8", + "version": "20.2.9", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 8ccf1089..11df3688 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "20.2.8", + "version": "20.2.9", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -274,6 +274,6 @@ } }, "versionist": { - "publishedAt": "2025-02-26T00:22:14.911Z" + "publishedAt": "2025-02-26T12:52:07.583Z" } }