Skip to content

Commit 97a1c4a

Browse files
release: 1.1.3
1 parent 7c383f5 commit 97a1c4a

4 files changed

Lines changed: 27 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.1.2"
2+
".": "1.1.3"
33
}

CHANGELOG.md

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

3+
## 1.1.3 (2025-06-07)
4+
5+
Full Changelog: [v1.1.2...v1.1.3](https://github.com/GRID-is/api-sdk-ts/compare/v1.1.2...v1.1.3)
6+
7+
### Bug Fixes
8+
9+
* compat with more runtimes ([cfba707](https://github.com/GRID-is/api-sdk-ts/commit/cfba707d477d6c9bcf66e089de14c774f90eb191))
10+
11+
12+
### Chores
13+
14+
* adjust eslint.config.mjs ignore pattern ([425627d](https://github.com/GRID-is/api-sdk-ts/commit/425627d74182a8cf8ddcae7d68940afa71c780c3))
15+
* avoid type error in certain environments ([7c383f5](https://github.com/GRID-is/api-sdk-ts/commit/7c383f5eb9ae59705845de88865d60594222d29d))
16+
* **deps:** bump eslint-plugin-prettier ([6653cbc](https://github.com/GRID-is/api-sdk-ts/commit/6653cbc6d2db6e40d6d7163ed59ad59472b2ee9b))
17+
* **docs:** use top-level-await in example snippets ([2f22e9e](https://github.com/GRID-is/api-sdk-ts/commit/2f22e9eecf71f4c12d06f52fba43f1a67d7d6787))
18+
* improve publish-npm script --latest tag logic ([b202e9c](https://github.com/GRID-is/api-sdk-ts/commit/b202e9cf88b26e64122ccb03659ab94a60e5fac6))
19+
* **internal:** fix readablestream types in node 20 ([5b79c96](https://github.com/GRID-is/api-sdk-ts/commit/5b79c96852159e1ab8785f6c02574ec2fdf499e7))
20+
* **internal:** update jest config ([46f30f8](https://github.com/GRID-is/api-sdk-ts/commit/46f30f8bf492f50b484ec8050c0da32762c96d51))
21+
22+
23+
### Documentation
24+
25+
* **pagination:** improve naming ([455bb5e](https://github.com/GRID-is/api-sdk-ts/commit/455bb5e3b5c5d682a4aa5d38e55230006ffcfa88))
26+
327
## 1.1.2 (2025-05-27)
428

529
Full Changelog: [v1.1.1...v1.1.2](https://github.com/GRID-is/api-sdk-ts/compare/v1.1.1...v1.1.2)

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.1.2",
3+
"version": "1.1.3",
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.1.2'; // x-release-please-version
1+
export const VERSION = '1.1.3'; // x-release-please-version

0 commit comments

Comments
 (0)