Skip to content

Commit 4f665f4

Browse files
v20.2.9
1 parent 9f097a9 commit 4f665f4

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

.versionbot/CHANGELOG.yml

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- commits:
2+
- subject: Fix CORS issue with X-Balena-Client header
3+
hash: 64d19438042921e89c522f022327ead85b286e9f
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
See: https://balena.fibery.io/Work/Project/Extend-the-X-Balena-Client-header-to-include-the-UI-CLI-version-as-well-1174
9+
see: https://balena.fibery.io/Work/Project/Extend-the-X-Balena-Client-header-to-include-the-UI-CLI-version-as-well-1174
10+
author: Thodoris Greasidis
11+
nested: []
12+
version: 20.2.9
13+
title: ""
14+
date: 2025-02-26T12:52:06.672Z
115
- commits:
216
- subject: Update balena-config-json dependency and fix test
317
hash: 93039b010db15fbf1c0d17d4ed8f0db554064de4

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 20.2.9 - 2025-02-26
8+
9+
* Fix CORS issue with X-Balena-Client header [Thodoris Greasidis]
10+
711
## 20.2.8 - 2025-02-26
812

913
* Update balena-config-json dependency and fix test [Ken Bannister]

npm-shrinkwrap.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "balena-cli",
3-
"version": "20.2.8",
3+
"version": "20.2.9",
44
"description": "The official balena Command Line Interface",
55
"main": "./build/app.js",
66
"homepage": "https://github.com/balena-io/balena-cli",
@@ -274,6 +274,6 @@
274274
}
275275
},
276276
"versionist": {
277-
"publishedAt": "2025-02-26T00:22:14.911Z"
277+
"publishedAt": "2025-02-26T12:52:07.583Z"
278278
}
279279
}

0 commit comments

Comments
 (0)