Skip to content

Commit 696736a

Browse files
release: 0.17.1
1 parent 6b294aa commit 696736a

File tree

5 files changed

+26
-5
lines changed

5 files changed

+26
-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.17.0"
2+
".": "0.17.1"
33
}

CHANGELOG.md

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

3+
## 0.17.1 (2025-09-27)
4+
5+
Full Changelog: [v0.17.0...v0.17.1](https://github.com/openlayer-ai/openlayer-ts/compare/v0.17.0...v0.17.1)
6+
7+
### Bug Fixes
8+
9+
* **backend:** more upgrades to examples ([ebd0a51](https://github.com/openlayer-ai/openlayer-ts/commit/ebd0a5131970b051407d402a1f1c55993bf463e7))
10+
* yarn upgrade form-data for vulnerability ([cc222a0](https://github.com/openlayer-ai/openlayer-ts/commit/cc222a00ec5d5807b4621fa5a35cf452985535bf))
11+
12+
13+
### Performance Improvements
14+
15+
* faster formatting ([d80c10c](https://github.com/openlayer-ai/openlayer-ts/commit/d80c10cfa73e859a18b76177c134891ac5b2fe84))
16+
17+
18+
### Chores
19+
20+
* do not install brew dependencies in ./scripts/bootstrap by default ([55a402e](https://github.com/openlayer-ai/openlayer-ts/commit/55a402e77e8dd04ec442f739a893c72ad23b3af4))
21+
* **internal:** fix incremental formatting in some cases ([6b294aa](https://github.com/openlayer-ai/openlayer-ts/commit/6b294aa76c5722ae7e442a7d9ad1a3c487c13e16))
22+
* **internal:** remove deprecated `compilerOptions.baseUrl` from tsconfig.json ([60a3a49](https://github.com/openlayer-ai/openlayer-ts/commit/60a3a49421700a05c11006de24de24f6b060878f))
23+
324
## 0.17.0 (2025-09-09)
425

526
Full Changelog: [v0.16.3...v0.17.0](https://github.com/openlayer-ai/openlayer-ts/compare/v0.16.3...v0.17.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.17.0",
3+
"version": "0.17.1",
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.17.0'; // x-release-please-version
1+
export const VERSION = '0.17.1'; // x-release-please-version

0 commit comments

Comments
 (0)