Skip to content

Commit 14aca16

Browse files
release: 2.3.0
1 parent b968677 commit 14aca16

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-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-
".": "2.2.0"
2+
".": "2.3.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+
## 2.3.0 (2026-02-20)
4+
5+
Full Changelog: [v2.2.0...v2.3.0](https://github.com/ArcadeAI/arcade-js/compare/v2.2.0...v2.3.0)
6+
7+
### Features
8+
9+
* **api:** api update ([c8c617c](https://github.com/ArcadeAI/arcade-js/commit/c8c617cae35600af227a3ca075eb26c38edd46c9))
10+
* **api:** api update ([57c8ca8](https://github.com/ArcadeAI/arcade-js/commit/57c8ca8ad5cb81d4f0cd4105fdc0d15da21cd34b))
11+
* **api:** api update ([6f576da](https://github.com/ArcadeAI/arcade-js/commit/6f576da74d4f4f32d983734ffc109f2ceacef9d4))
12+
* **api:** api update ([ae5b1fa](https://github.com/ArcadeAI/arcade-js/commit/ae5b1fa2ef81c79c601e35881f94182cbcc84045))
13+
14+
15+
### Chores
16+
17+
* **internal/client:** fix form-urlencoded requests ([f35400b](https://github.com/ArcadeAI/arcade-js/commit/f35400b09bca0e9a21cbc9f6ce2c0de683201485))
18+
* **internal:** avoid type checking errors with ts-reset ([f8a5f85](https://github.com/ArcadeAI/arcade-js/commit/f8a5f85d7d81dc26a4b78c4814930f942a88f0e2))
19+
* update mock server docs ([b968677](https://github.com/ArcadeAI/arcade-js/commit/b96867785215f3a67a532000e414c1beaad7c37a))
20+
321
## 2.2.0 (2026-02-06)
422

523
Full Changelog: [v2.1.1...v2.2.0](https://github.com/ArcadeAI/arcade-js/compare/v2.1.1...v2.2.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arcadeai/arcadejs",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "The official TypeScript library for the Arcade API",
55
"author": "Arcade <dev@arcade.dev>",
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 = '2.2.0'; // x-release-please-version
1+
export const VERSION = '2.3.0'; // x-release-please-version

0 commit comments

Comments
 (0)