Skip to content

Commit 186d4b0

Browse files
release: 1.0.0-rc.8
1 parent d44b94a commit 186d4b0

4 files changed

Lines changed: 18 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.0.0-rc.7"
2+
".": "1.0.0-rc.8"
33
}

CHANGELOG.md

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

3+
## 1.0.0-rc.8 (2025-04-05)
4+
5+
Full Changelog: [v1.0.0-rc.7...v1.0.0-rc.8](https://github.com/GRID-is/api-sdk-ts/compare/v1.0.0-rc.7...v1.0.0-rc.8)
6+
7+
### Bug Fixes
8+
9+
* **api:** improve type resolution when importing as a package ([#47](https://github.com/GRID-is/api-sdk-ts/issues/47)) ([c344306](https://github.com/GRID-is/api-sdk-ts/commit/c344306e2f61fb6c4a2b830e184a7095e1c53093))
10+
* **client:** send `X-Stainless-Timeout` in seconds ([#44](https://github.com/GRID-is/api-sdk-ts/issues/44)) ([7b4a5ab](https://github.com/GRID-is/api-sdk-ts/commit/7b4a5aba048bb1b20e8b897f12fab28fefdca15e))
11+
* **mcp:** remove unused tools.ts ([#48](https://github.com/GRID-is/api-sdk-ts/issues/48)) ([d44b94a](https://github.com/GRID-is/api-sdk-ts/commit/d44b94a902a7d397a8c2b004e261a97dc3d59446))
12+
13+
14+
### Chores
15+
16+
* **internal:** add aliases for Record and Array ([#46](https://github.com/GRID-is/api-sdk-ts/issues/46)) ([2462b10](https://github.com/GRID-is/api-sdk-ts/commit/2462b1024bf10be8395b931863355d874fefc0ce))
17+
318
## 1.0.0-rc.7 (2025-03-27)
419

520
Full Changelog: [v1.0.0-rc.6...v1.0.0-rc.7](https://github.com/GRID-is/api-sdk-ts/compare/v1.0.0-rc.6...v1.0.0-rc.7)

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

0 commit comments

Comments
 (0)