Skip to content

Commit 1e51f40

Browse files
release: 0.20.0
1 parent 0de80ed commit 1e51f40

File tree

5 files changed

+28
-5
lines changed

5 files changed

+28
-5
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.19.0"
2+
".": "0.20.0"
33
}

CHANGELOG.md

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

3+
## 0.20.0 (2025-12-17)
4+
5+
Full Changelog: [v0.19.0...v0.20.0](https://github.com/openlayer-ai/openlayer-ts/compare/v0.19.0...v0.20.0)
6+
7+
### Features
8+
9+
* **api:** add test evaluation method ([0de80ed](https://github.com/openlayer-ai/openlayer-ts/commit/0de80ed7f4373ac25cedb6216be143ea54a37845))
10+
* **api:** api update ([a68f1ff](https://github.com/openlayer-ai/openlayer-ts/commit/a68f1ffe52342d421c9ce976ddb138d6fabc5819))
11+
12+
13+
### Bug Fixes
14+
15+
* **mcp:** correct code tool API endpoint ([4526c6d](https://github.com/openlayer-ai/openlayer-ts/commit/4526c6d310cd8c00c58f45000da627aac87471c4))
16+
* **mcp:** return correct lines on typescript errors ([ca8957b](https://github.com/openlayer-ai/openlayer-ts/commit/ca8957b57beabbd8877aff07a0fd56030960cd0c))
17+
18+
19+
### Chores
20+
21+
* **client:** fix logger property type ([393ea60](https://github.com/openlayer-ai/openlayer-ts/commit/393ea6033378bce745d0bc32d2798e45df3dc584))
22+
* **internal:** codegen related update ([db610ae](https://github.com/openlayer-ai/openlayer-ts/commit/db610aee6fa6b72f21f5474fc561a92d0fe1859d))
23+
* **internal:** codegen related update ([ee2b679](https://github.com/openlayer-ai/openlayer-ts/commit/ee2b679da0f1136a640c261786d7c59b43f01685))
24+
* **internal:** upgrade eslint ([ba4b81f](https://github.com/openlayer-ai/openlayer-ts/commit/ba4b81f6819bec7107a162829b13f637576cd2e1))
25+
326
## 0.19.0 (2025-10-22)
427

528
Full Changelog: [v0.18.0...v0.19.0](https://github.com/openlayer-ai/openlayer-ts/compare/v0.18.0...v0.19.0)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)