Skip to content

Commit e7532c3

Browse files
release: 1.5.3
1 parent 5229cf3 commit e7532c3

4 files changed

Lines changed: 11 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.2"
2+
".": "1.5.3"
33
}

CHANGELOG.md

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

3+
## 1.5.3 (2025-11-11)
4+
5+
Full Changelog: [v1.5.2...v1.5.3](https://github.com/GRID-is/api-sdk-ts/compare/v1.5.2...v1.5.3)
6+
7+
### Features
8+
9+
* **api:** api update ([5229cf3](https://github.com/GRID-is/api-sdk-ts/commit/5229cf3e73a9b20a687af4ef199af6616d918d9c))
10+
311
## 1.5.2 (2025-11-11)
412

513
Full Changelog: [v1.5.1...v1.5.2](https://github.com/GRID-is/api-sdk-ts/compare/v1.5.1...v1.5.2)

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

0 commit comments

Comments
 (0)