Skip to content

Commit 7cbca66

Browse files
release: 0.22.3
1 parent 9020c0d commit 7cbca66

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-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.22.2"
2+
".": "0.22.3"
33
}

CHANGELOG.md

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

3+
## 0.22.3 (2026-02-03)
4+
5+
Full Changelog: [v0.22.2...v0.22.3](https://github.com/openlayer-ai/openlayer-ts/compare/v0.22.2...v0.22.3)
6+
7+
### Bug Fixes
8+
9+
* **client:** avoid memory leak with abort signals ([ac632d1](https://github.com/openlayer-ai/openlayer-ts/commit/ac632d1bf6003f7ef4f0d4da8047b86b158c5be4))
10+
11+
12+
### Chores
13+
14+
* **ci:** upgrade `actions/github-script` ([e0ef477](https://github.com/openlayer-ai/openlayer-ts/commit/e0ef477dc7f5042f11bd3aea4fae2901b81ba22d))
15+
* **client:** do not parse responses with empty content-length ([9020c0d](https://github.com/openlayer-ai/openlayer-ts/commit/9020c0d48e5c2f30073c0df187c579c90432c07c))
16+
* **internal:** update `actions/checkout` version ([cd1e79b](https://github.com/openlayer-ai/openlayer-ts/commit/cd1e79b30f0fa232613679a25ad835252beb299e))
17+
* **internal:** upgrade babel, qs, js-yaml ([edec21f](https://github.com/openlayer-ai/openlayer-ts/commit/edec21f59343c9e9b2c893100f3a6e12d8591690))
18+
319
## 0.22.2 (2026-01-14)
420

521
Full Changelog: [v0.22.1...v0.22.2](https://github.com/openlayer-ai/openlayer-ts/compare/v0.22.1...v0.22.2)

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

0 commit comments

Comments
 (0)