Skip to content

Commit 8462a7d

Browse files
release: 0.13.3
1 parent 456229f commit 8462a7d

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.13.2"
2+
".": "0.13.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+
## 0.13.3 (2025-08-09)
4+
5+
Full Changelog: [v0.13.2...v0.13.3](https://github.com/openlayer-ai/openlayer-ts/compare/v0.13.2...v0.13.3)
6+
7+
### Chores
8+
9+
* update @stainless-api/prism-cli to v5.15.0 ([456229f](https://github.com/openlayer-ai/openlayer-ts/commit/456229f1f6562b58322826fcd93b515f51eaebde))
10+
311
## 0.13.2 (2025-08-07)
412

513
Full Changelog: [v0.13.1...v0.13.2](https://github.com/openlayer-ai/openlayer-ts/compare/v0.13.1...v0.13.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openlayer",
3-
"version": "0.13.2",
3+
"version": "0.13.3",
44
"description": "The official TypeScript library for the Openlayer API",
55
"author": "Openlayer <[email protected]>",
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 = '0.13.2'; // x-release-please-version
1+
export const VERSION = '0.13.3'; // x-release-please-version

0 commit comments

Comments
 (0)