Skip to content

Commit 65269d9

Browse files
release: 0.17.0
1 parent 20a1b05 commit 65269d9

File tree

5 files changed

+23
-5
lines changed

5 files changed

+23
-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.16.3"
2+
".": "0.17.0"
33
}

CHANGELOG.md

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

3+
## 0.17.0 (2025-09-09)
4+
5+
Full Changelog: [v0.16.3...v0.17.0](https://github.com/openlayer-ai/openlayer-ts/compare/v0.16.3...v0.17.0)
6+
7+
### Features
8+
9+
* **api:** api update ([0f199f5](https://github.com/openlayer-ai/openlayer-ts/commit/0f199f58a01448f9bf67ce49659e2b66cdce5ae8))
10+
11+
12+
### Bug Fixes
13+
14+
* coerce nullable values to undefined ([ad82989](https://github.com/openlayer-ai/openlayer-ts/commit/ad82989db94aec8bd1e3e7d5e5129077d22e72d3))
15+
16+
17+
### Chores
18+
19+
* ci build action ([f3022ae](https://github.com/openlayer-ai/openlayer-ts/commit/f3022ae1d2c5b5807956e855b5bda7179a8cbc90))
20+
321
## 0.16.3 (2025-09-04)
422

523
Full Changelog: [v0.16.2...v0.16.3](https://github.com/openlayer-ai/openlayer-ts/compare/v0.16.2...v0.16.3)

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

0 commit comments

Comments
 (0)