Skip to content

Commit 727033a

Browse files
v20.2.10
1 parent c19ce6a commit 727033a

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.versionbot/CHANGELOG.yml

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: Update TypeScript to 5.8.2
3+
hash: a10156a441b737275cabfb03bd10bfc5aba7bc88
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Thodoris Greasidis
9+
nested: []
10+
version: 20.2.10
11+
title: ""
12+
date: 2025-03-10T17:33:09.548Z
113
- commits:
214
- subject: Fix CORS issue with X-Balena-Client header
315
hash: 64d19438042921e89c522f022327ead85b286e9f

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.10 - 2025-03-10
8+
9+
* Update TypeScript to 5.8.2 [Thodoris Greasidis]
10+
711
## 20.2.9 - 2025-02-26
812

913
* Fix CORS issue with X-Balena-Client header [Thodoris Greasidis]

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.9",
3+
"version": "20.2.10",
44
"description": "The official balena Command Line Interface",
55
"main": "./build/app.js",
66
"homepage": "https://github.com/balena-io/balena-cli",
@@ -275,6 +275,6 @@
275275
}
276276
},
277277
"versionist": {
278-
"publishedAt": "2025-02-26T12:52:07.583Z"
278+
"publishedAt": "2025-03-10T17:33:10.482Z"
279279
}
280280
}

0 commit comments

Comments
 (0)