Skip to content

Commit 28ab67e

Browse files
release: 1.4.0
1 parent a97ab5f commit 28ab67e

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.3.0"
2+
".": "1.4.0"
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.4.0 (2025-08-20)
4+
5+
Full Changelog: [v1.3.0...v1.4.0](https://github.com/GRID-is/api-sdk-ts/compare/v1.3.0...v1.4.0)
6+
7+
### Features
8+
9+
* **api:** api update ([46e4a2a](https://github.com/GRID-is/api-sdk-ts/commit/46e4a2a5d40bf6fd88974f40f9d751224e00fb39))
10+
* **mcp:** add code execution tool ([c7c5701](https://github.com/GRID-is/api-sdk-ts/commit/c7c570132f3e677b43fc625605b2b7ea6994170e))
11+
12+
13+
### Chores
14+
15+
* **deps:** update dependency @types/node to v20.17.58 ([5a15185](https://github.com/GRID-is/api-sdk-ts/commit/5a1518525a6c1efdce66913a8721b9706cceb564))
16+
* **internal:** codegen related update ([f3722be](https://github.com/GRID-is/api-sdk-ts/commit/f3722beeca5d6986898f7119d4dc049d03016dbb))
17+
* **internal:** formatting change ([a24f913](https://github.com/GRID-is/api-sdk-ts/commit/a24f913962a546a43014a693f75d32b403a0fa37))
18+
* **internal:** move publish config ([69988ea](https://github.com/GRID-is/api-sdk-ts/commit/69988ea0ba96ef1cc53e03164ccbbf56f253a623))
19+
* **internal:** update comment in script ([c1aa375](https://github.com/GRID-is/api-sdk-ts/commit/c1aa375f9b0b4365bd353d647f25adc24c5611c6))
20+
* update @stainless-api/prism-cli to v5.15.0 ([d253dcd](https://github.com/GRID-is/api-sdk-ts/commit/d253dcd0903f512ae2407c25f94fe8ba6c82c849))
21+
322
## 1.3.0 (2025-07-30)
423

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

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

0 commit comments

Comments
 (0)