Skip to content

Commit 9c60028

Browse files
release: 0.13.1
1 parent 98bca2e commit 9c60028

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-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.0"
2+
".": "0.13.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+
## 0.13.1 (2025-07-10)
4+
5+
Full Changelog: [v0.13.0...v0.13.1](https://github.com/openlayer-ai/openlayer-ts/compare/v0.13.0...v0.13.1)
6+
7+
### Chores
8+
9+
* clean up whitespace in langgraph-openlayer.ts ([2f1590e](https://github.com/openlayer-ai/openlayer-ts/commit/2f1590e0b2ea37f5ab02731a715a0051c7a8da0a))
10+
* **internal:** version bump ([64a8e5c](https://github.com/openlayer-ai/openlayer-ts/commit/64a8e5ce86d01f0b620cb5c423eb710c428da726))
11+
312
## 0.13.0 (2025-07-09)
413

514
Full Changelog: [v0.12.0...v0.13.0](https://github.com/openlayer-ai/openlayer-ts/compare/v0.12.0...v0.13.0)

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

0 commit comments

Comments
 (0)