Skip to content

Commit 29fe6d4

Browse files
release: 1.2.0
1 parent 46555cb commit 29fe6d4

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.1.3"
2+
".": "1.2.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.2.0 (2025-06-17)
4+
5+
Full Changelog: [v1.1.3...v1.2.0](https://github.com/GRID-is/api-sdk-ts/compare/v1.1.3...v1.2.0)
6+
7+
### Features
8+
9+
* **client:** add support for endpoint-specific base URLs ([46555cb](https://github.com/GRID-is/api-sdk-ts/commit/46555cbbc1a0c26644fedf60f830917fe0e0b624))
10+
11+
12+
### Bug Fixes
13+
14+
* publish script — handle NPM errors correctly ([1103e61](https://github.com/GRID-is/api-sdk-ts/commit/1103e616bd7f44660c7e31abc29812b0280734a8))
15+
16+
17+
### Chores
18+
19+
* **client:** refactor imports ([d540a0b](https://github.com/GRID-is/api-sdk-ts/commit/d540a0b6fca44bc2f57654092d66401ca73646fa))
20+
* **internal:** add pure annotations, make base APIResource abstract ([a2cc35d](https://github.com/GRID-is/api-sdk-ts/commit/a2cc35dce1e54638b7308c75027560428f24f29b))
21+
322
## 1.1.3 (2025-06-07)
423

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

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

0 commit comments

Comments
 (0)