Skip to content

Commit b40e3d3

Browse files
release: 0.13.5
1 parent 1cf9dd8 commit b40e3d3

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.4"
2+
".": "0.13.5"
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.5 (2025-08-16)
4+
5+
Full Changelog: [v0.13.4...v0.13.5](https://github.com/openlayer-ai/openlayer-ts/compare/v0.13.4...v0.13.5)
6+
7+
### Chores
8+
9+
* **deps:** update dependency node-fetch to v2.6.13 ([bdd6b9d](https://github.com/openlayer-ai/openlayer-ts/commit/bdd6b9d9aea917d51a79b1f6208095d54693f0e3))
10+
* **internal:** formatting change ([1799c58](https://github.com/openlayer-ai/openlayer-ts/commit/1799c583c87406b1334cfcc24b59652eafe2bde8))
11+
312
## 0.13.4 (2025-08-15)
413

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

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.4",
3+
"version": "0.13.5",
44
"description": "The official TypeScript library for the Openlayer API",
55
"author": "Openlayer <support@openlayer.com>",
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.4'; // x-release-please-version
1+
export const VERSION = '0.13.5'; // x-release-please-version

0 commit comments

Comments
 (0)