Skip to content

Commit c4404f4

Browse files
release: 1.5.1
1 parent e37a639 commit c4404f4

4 files changed

Lines changed: 28 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.0"
2+
".": "1.5.1"
33
}

CHANGELOG.md

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

3+
## 1.5.1 (2025-09-27)
4+
5+
Full Changelog: [v1.5.0...v1.5.1](https://github.com/GRID-is/api-sdk-ts/compare/v1.5.0...v1.5.1)
6+
7+
### Bug Fixes
8+
9+
* coerce nullable values to undefined ([8ebd06f](https://github.com/GRID-is/api-sdk-ts/commit/8ebd06f8d85194fd48b7c648a38f272c03c763e1))
10+
11+
12+
### Performance Improvements
13+
14+
* faster formatting ([be603eb](https://github.com/GRID-is/api-sdk-ts/commit/be603eb81eaaa959985e5df26db55fbc3130ce99))
15+
16+
17+
### Chores
18+
19+
* add package to package.json ([fe50b31](https://github.com/GRID-is/api-sdk-ts/commit/fe50b318ab6b138d2ac9607977afae8adbf1c861))
20+
* ci build action ([93250e4](https://github.com/GRID-is/api-sdk-ts/commit/93250e47f514e696a213cb43f456169d8f27fc13))
21+
* **client:** qualify global Blob ([5148d22](https://github.com/GRID-is/api-sdk-ts/commit/5148d221fb698533a43ab7b4cb1f4b35bf50c018))
22+
* do not install brew dependencies in ./scripts/bootstrap by default ([144090d](https://github.com/GRID-is/api-sdk-ts/commit/144090d772019cfd2e3575d9d043c766ed490ff9))
23+
* **internal:** fix incremental formatting in some cases ([e37a639](https://github.com/GRID-is/api-sdk-ts/commit/e37a6390227ebaaab5e2f87431765fd407964c9a))
24+
* **internal:** remove deprecated `compilerOptions.baseUrl` from tsconfig.json ([c86c02a](https://github.com/GRID-is/api-sdk-ts/commit/c86c02a769f12ef06a6bd819317b62731f5f2b05))
25+
* **internal:** update global Error reference ([d64d640](https://github.com/GRID-is/api-sdk-ts/commit/d64d640a31b42e6556cc5aac617d7b72aad46d36))
26+
* update CI script ([5183ecd](https://github.com/GRID-is/api-sdk-ts/commit/5183ecd1d0416f1a17fd419b81c0c0abfd338f7b))
27+
328
## 1.5.0 (2025-08-20)
429

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

0 commit comments

Comments
 (0)