Skip to content

Commit 3abd109

Browse files
release: 1.5.3
1 parent cc041d4 commit 3abd109

4 files changed

Lines changed: 26 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.2"
2+
".": "1.5.3"
33
}

CHANGELOG.md

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

3+
## 1.5.3 (2026-01-06)
4+
5+
Full Changelog: [v1.5.2...v1.5.3](https://github.com/GRID-is/api-sdk-ts/compare/v1.5.2...v1.5.3)
6+
7+
### Features
8+
9+
* **api:** api update ([5229cf3](https://github.com/GRID-is/api-sdk-ts/commit/5229cf3e73a9b20a687af4ef199af6616d918d9c))
10+
11+
12+
### Bug Fixes
13+
14+
* **mcp:** correct code tool API endpoint ([55c087b](https://github.com/GRID-is/api-sdk-ts/commit/55c087bb1498adba5bd2c994b0af15f8a0d95c88))
15+
* **mcp:** return correct lines on typescript errors ([11e653a](https://github.com/GRID-is/api-sdk-ts/commit/11e653a1caa0bc3e719dad597d04ad7d8c998892))
16+
17+
18+
### Chores
19+
20+
* **client:** fix logger property type ([34deb46](https://github.com/GRID-is/api-sdk-ts/commit/34deb46cf72d1e8c9f5a61e38bc87779ab3b7f7d))
21+
* **internal:** codegen related update ([cc041d4](https://github.com/GRID-is/api-sdk-ts/commit/cc041d444bab1f1e3d3d122fb2f844d75791ff2d))
22+
* **internal:** codegen related update ([9f56d4e](https://github.com/GRID-is/api-sdk-ts/commit/9f56d4ee9e9590c9c43cbfe5510002b6d9758fe6))
23+
* **internal:** codegen related update ([87e9aa2](https://github.com/GRID-is/api-sdk-ts/commit/87e9aa22dfeb94866445a9b4cd822bfb993de907))
24+
* **internal:** upgrade eslint ([f4a8d85](https://github.com/GRID-is/api-sdk-ts/commit/f4a8d8507468418b4166176f6656b37727354e2a))
25+
326
## 1.5.2 (2025-11-11)
427

528
Full Changelog: [v1.5.1...v1.5.2](https://github.com/GRID-is/api-sdk-ts/compare/v1.5.1...v1.5.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.5.2",
3+
"version": "1.5.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.5.2'; // x-release-please-version
1+
export const VERSION = '1.5.3'; // x-release-please-version

0 commit comments

Comments
 (0)