Skip to content

Commit c9b5893

Browse files
release: 1.5.4
1 parent 5676b81 commit c9b5893

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.3"
2+
".": "1.5.4"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 1.5.4 (2026-02-11)
4+
5+
Full Changelog: [v1.5.3...v1.5.4](https://github.com/GRID-is/api-sdk-ts/compare/v1.5.3...v1.5.4)
6+
7+
### Bug Fixes
8+
9+
* **client:** avoid memory leak with abort signals ([92deb42](https://github.com/GRID-is/api-sdk-ts/commit/92deb42121aa6e599d9a113bde98bb54871b6bf1))
10+
* **client:** avoid removing abort listener too early ([85aabaa](https://github.com/GRID-is/api-sdk-ts/commit/85aabaaf5ee94b2f0475651c04a78a105d854ea8))
11+
12+
13+
### Chores
14+
15+
* **ci:** upgrade `actions/github-script` ([6b1118b](https://github.com/GRID-is/api-sdk-ts/commit/6b1118b6c13bcfce03c1fc6e94c10ac6bf7de61c))
16+
* **client:** do not parse responses with empty content-length ([468f36a](https://github.com/GRID-is/api-sdk-ts/commit/468f36ad9e4ea4ad82ee5f01d4242213e5b73148))
17+
* **client:** restructure abort controller binding ([6ec57ff](https://github.com/GRID-is/api-sdk-ts/commit/6ec57ff6a5356df317f3d1416d0e5b2399e56d29))
18+
* **internal:** fix pagination internals not accepting option promises ([5676b81](https://github.com/GRID-is/api-sdk-ts/commit/5676b81ef4736e55e6e50fc30761eb732876701d))
19+
* **internal:** update `actions/checkout` version ([1cf7c38](https://github.com/GRID-is/api-sdk-ts/commit/1cf7c38f4ab22e331e9c2e3bd6d1c5f7512e5264))
20+
* **internal:** upgrade babel, qs, js-yaml ([0089abf](https://github.com/GRID-is/api-sdk-ts/commit/0089abf96ea8c063c216b008ef3edf8533d93351))
21+
322
## 1.5.3 (2026-01-07)
423

524
Full Changelog: [v1.5.2...v1.5.3](https://github.com/GRID-is/api-sdk-ts/compare/v1.5.2...v1.5.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grid-is/api",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
44
"description": "The official TypeScript library for the Grid API",
55
"author": "Grid <info@grid.is>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.5.3'; // x-release-please-version
1+
export const VERSION = '1.5.4'; // x-release-please-version

0 commit comments

Comments
 (0)