Skip to content

Commit 51dac94

Browse files
v21.2.1
1 parent 981334a commit 51dac94

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
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: 3e4f26b9f2ba8827c5edaa78a6ddc150433a1704
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Thodoris Greasidis
9+
nested: []
10+
version: 21.2.1
11+
title: ""
12+
date: 2025-03-03T13:55:47.757Z
113
- commits:
214
- subject: "os.getAvailableOsVersions: Add support for providing additional pine
315
options"

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

913
* os.getAvailableOsVersions: Add support for providing additional pine options [Thodoris Greasidis]

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "balena-sdk",
3-
"version": "21.2.0",
3+
"version": "21.2.1",
44
"description": "The Balena JavaScript SDK",
55
"type": "commonjs",
66
"main": "index.js",
@@ -139,6 +139,6 @@
139139
"tslib": "^2.1.0"
140140
},
141141
"versionist": {
142-
"publishedAt": "2025-03-02T22:33:49.571Z"
142+
"publishedAt": "2025-03-03T13:55:48.286Z"
143143
}
144144
}

0 commit comments

Comments
 (0)