Skip to content

Commit f8d9546

Browse files
release: 2.4.0
1 parent 4a7fbca commit f8d9546

File tree

4 files changed

+23
-3
lines changed

4 files changed

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

CHANGELOG.md

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

3+
## 2.4.0 (2026-03-21)
4+
5+
Full Changelog: [v2.3.0...v2.4.0](https://github.com/ArcadeAI/arcade-js/compare/v2.3.0...v2.4.0)
6+
7+
### Features
8+
9+
* **api:** api update ([86fb9b7](https://github.com/ArcadeAI/arcade-js/commit/86fb9b73eba443187a68ce2ae672ccc8f350fe82))
10+
11+
12+
### Chores
13+
14+
* **internal:** tweak CI branches ([a4f5461](https://github.com/ArcadeAI/arcade-js/commit/a4f5461fbba69b9c0461673ed4cf20c553a9840c))
15+
* **tests:** bump steady to v0.19.4 ([5b281e0](https://github.com/ArcadeAI/arcade-js/commit/5b281e041629c427dd0b1150eb35c0e71032aefd))
16+
* **tests:** bump steady to v0.19.5 ([4a7fbca](https://github.com/ArcadeAI/arcade-js/commit/4a7fbca94e370ed9d919182dce7ff2b4cf143b70))
17+
18+
19+
### Refactors
20+
21+
* **tests:** switch from prism to steady ([6d28088](https://github.com/ArcadeAI/arcade-js/commit/6d280888d29864c3230c1e1c30274c15cd3dc63d))
22+
323
## 2.3.0 (2026-03-10)
424

525
Full Changelog: [v2.2.0...v2.3.0](https://github.com/ArcadeAI/arcade-js/compare/v2.2.0...v2.3.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.3.0",
3+
"version": "2.4.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.3.0'; // x-release-please-version
1+
export const VERSION = '2.4.0'; // x-release-please-version

0 commit comments

Comments
 (0)