Skip to content

Commit 91cebcf

Browse files
v22.1.4
1 parent d364a91 commit 91cebcf

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- commits:
2+
- subject: Remove no longer needed eslint-disable @typescript-eslint/await
3+
hash: 91d81e980d644b0a58d19f16b20d4793e909157b
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
See: https://github.com/typescript-eslint/typescript-eslint/pull/11611
9+
see: https://github.com/typescript-eslint/typescript-eslint/pull/11611
10+
author: Thodoris Greasidis
11+
nested: []
12+
version: 22.1.4
13+
title: ""
14+
date: 2025-09-24T12:14:11.739Z
115
- commits:
216
- subject: "tests/logs: Increase the timeout for logs.subscribe() tests"
317
hash: 980518e5cf36f5e4e6eb552ff51fd996ccaa51b9

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+
## 22.1.4 - 2025-09-24
8+
9+
* Remove no longer needed eslint-disable @typescript-eslint/await [Thodoris Greasidis]
10+
711
## 22.1.3 - 2025-09-18
812

913
* tests/logs: Increase the timeout for logs.subscribe() tests [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": "22.1.3",
3+
"version": "22.1.4",
44
"description": "The Balena JavaScript SDK",
55
"type": "commonjs",
66
"main": "index.js",
@@ -140,6 +140,6 @@
140140
"tslib": "^2.1.0"
141141
},
142142
"versionist": {
143-
"publishedAt": "2025-09-18T14:44:50.383Z"
143+
"publishedAt": "2025-09-24T12:14:12.205Z"
144144
}
145145
}

0 commit comments

Comments
 (0)