Skip to content

Commit d1994a9

Browse files
release: 1.2.0
1 parent 40d4c67 commit d1994a9

4 files changed

Lines changed: 12 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.1"
2+
".": "1.2.0"
33
}

CHANGELOG.md

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

3+
## 1.2.0 (2025-05-27)
4+
5+
Full Changelog: [v1.1.1...v1.2.0](https://github.com/GRID-is/api-sdk-ts/compare/v1.1.1...v1.2.0)
6+
7+
### Features
8+
9+
* **api:** api update ([40d4c67](https://github.com/GRID-is/api-sdk-ts/commit/40d4c67ec1ce6d8e6962b18bb0833a9cf335efe8))
10+
* **api:** api update ([4dec05f](https://github.com/GRID-is/api-sdk-ts/commit/4dec05fc978a7dc9ad5e6f1c4f1e165807b18035))
11+
312
## 1.1.1 (2025-05-23)
413

514
Full Changelog: [v1.1.0...v1.1.1](https://github.com/GRID-is/api-sdk-ts/compare/v1.1.0...v1.1.1)

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

0 commit comments

Comments
 (0)