Skip to content

Commit e62c741

Browse files
v19.5.10
1 parent 153b4a3 commit e62c741

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: Drop the toWritable helper in favor of TypeScript's satisfies
3+
hash: 4463a5c1afa9afed0189a40ddf0cdb6037bf7ba7
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Thodoris Greasidis
9+
nested: []
10+
version: 19.5.10
11+
title: ""
12+
date: 2024-03-29T16:05:02.584Z
113
- commits:
214
- subject: "os: Update the comments on why we still need to be using the
315
release_tags"

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## 19.5.10 - 2024-03-29
8+
9+
* Drop the toWritable helper in favor of TypeScript's satisfies [Thodoris Greasidis]
10+
711
## 19.5.9 - 2024-03-29
812

913
* os: Update the comments on why we still need to be using the release_tags [Thodoris Greasidis]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "balena-sdk",
3-
"version": "19.5.9",
3+
"version": "19.5.10",
44
"description": "The Balena JavaScript SDK",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -140,6 +140,6 @@
140140
"tslib": "^2.1.0"
141141
},
142142
"versionist": {
143-
"publishedAt": "2024-03-29T10:47:28.556Z"
143+
"publishedAt": "2024-03-29T16:05:03.060Z"
144144
}
145145
}

0 commit comments

Comments
 (0)