Skip to content

Commit a6b6a81

Browse files
release: 1.0.0-rc.9
1 parent 6d6e661 commit a6b6a81

4 files changed

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

CHANGELOG.md

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

3+
## 1.0.0-rc.9 (2025-04-11)
4+
5+
Full Changelog: [v1.0.0-rc.8...v1.0.0-rc.9](https://github.com/GRID-is/api-sdk-ts/compare/v1.0.0-rc.8...v1.0.0-rc.9)
6+
7+
### Features
8+
9+
* **api:** api update ([434e199](https://github.com/GRID-is/api-sdk-ts/commit/434e199b310c922c55b065236096f44ade271f63))
10+
11+
12+
### Bug Fixes
13+
14+
* **internal:** fix file uploads in node 18 jest ([8f76d14](https://github.com/GRID-is/api-sdk-ts/commit/8f76d14c877c2b6d3a00f803fe0d117726bfdd10))
15+
16+
17+
### Chores
18+
19+
* **internal:** improve node 18 shims ([21abc69](https://github.com/GRID-is/api-sdk-ts/commit/21abc6974f2d08ef9e55758c1bc88567e9b78c54))
20+
* **internal:** reduce CI branch coverage ([54f4fea](https://github.com/GRID-is/api-sdk-ts/commit/54f4feac82aad9e03d6dc87123a506df98fd906b))
21+
* **internal:** upload builds and expand CI branch coverage ([e37cb9a](https://github.com/GRID-is/api-sdk-ts/commit/e37cb9a3912a916f1a43013b19cb6381e12fcf50))
22+
323
## 1.0.0-rc.8 (2025-04-08)
424

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

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

0 commit comments

Comments
 (0)