Skip to content

Commit 7a10557

Browse files
release: 1.1.0
1 parent de15d07 commit 7a10557

4 files changed

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

CHANGELOG.md

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

3+
## 1.1.0 (2025-05-23)
4+
5+
Full Changelog: [v1.0.1...v1.1.0](https://github.com/GRID-is/api-sdk-ts/compare/v1.0.1...v1.1.0)
6+
7+
### Features
8+
9+
* **api:** add beta label endpoints ([de15d07](https://github.com/GRID-is/api-sdk-ts/commit/de15d07e2079185d55cfeed7edff950b84450de7))
10+
11+
12+
### Chores
13+
14+
* **docs:** grammar improvements ([86247ff](https://github.com/GRID-is/api-sdk-ts/commit/86247ff810cbd3cf395be6453d6c648a9ba7b861))
15+
316
## 1.0.1 (2025-05-15)
417

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

0 commit comments

Comments
 (0)