Skip to content

Commit 77ac048

Browse files
release: 1.3.1
1 parent d253dcd commit 77ac048

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.3.0"
2+
".": "1.3.1"
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.3.1 (2025-08-09)
4+
5+
Full Changelog: [v1.3.0...v1.3.1](https://github.com/GRID-is/api-sdk-ts/compare/v1.3.0...v1.3.1)
6+
7+
### Chores
8+
9+
* **internal:** move publish config ([69988ea](https://github.com/GRID-is/api-sdk-ts/commit/69988ea0ba96ef1cc53e03164ccbbf56f253a623))
10+
* update @stainless-api/prism-cli to v5.15.0 ([d253dcd](https://github.com/GRID-is/api-sdk-ts/commit/d253dcd0903f512ae2407c25f94fe8ba6c82c849))
11+
312
## 1.3.0 (2025-07-30)
413

514
Full Changelog: [v1.2.2...v1.3.0](https://github.com/GRID-is/api-sdk-ts/compare/v1.2.2...v1.3.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.3.0",
3+
"version": "1.3.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.3.0'; // x-release-please-version
1+
export const VERSION = '1.3.1'; // x-release-please-version

0 commit comments

Comments
 (0)