Skip to content

Commit 33ee913

Browse files
release: 1.5.4
1 parent be6523d commit 33ee913

4 files changed

Lines changed: 19 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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 1.5.4 (2026-02-03)
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 ([7826f4a](https://github.com/GRID-is/api-sdk-ts/commit/7826f4a62292e2a674910cf4a0c649e18be22879))
10+
11+
12+
### Chores
13+
14+
* **ci:** upgrade `actions/github-script` ([3fd4927](https://github.com/GRID-is/api-sdk-ts/commit/3fd492740b07e75d5136e8cf073679ecc246d24e))
15+
* **client:** do not parse responses with empty content-length ([be6523d](https://github.com/GRID-is/api-sdk-ts/commit/be6523ddf3e9974d94107307c01b0108f37a6acd))
16+
* **internal:** update `actions/checkout` version ([4e962fb](https://github.com/GRID-is/api-sdk-ts/commit/4e962fb937987691396992b1438d6924fa90de4b))
17+
* **internal:** upgrade babel, qs, js-yaml ([a593dfc](https://github.com/GRID-is/api-sdk-ts/commit/a593dfcd8499490c381b6711cffaf7bff1140a17))
18+
319
## 1.5.3 (2026-01-07)
420

521
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)