File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 2.3 .0"
2+ "." : " 2.4 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.4.0 (2026-03-25)
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+ * ** ci:** skip lint on metadata-only changes ([ 6eb86b4] ( https://github.com/ArcadeAI/arcade-js/commit/6eb86b474dc089af4619655d6b9ee8a194a042a0 ) )
15+ * ** internal:** tweak CI branches ([ a4f5461] ( https://github.com/ArcadeAI/arcade-js/commit/a4f5461fbba69b9c0461673ed4cf20c553a9840c ) )
16+ * ** internal:** update gitignore ([ 42e376c] ( https://github.com/ArcadeAI/arcade-js/commit/42e376c96239d31b92c353743ea7d2602fe3ef5d ) )
17+ * ** tests:** bump steady to v0.19.4 ([ 5b281e0] ( https://github.com/ArcadeAI/arcade-js/commit/5b281e041629c427dd0b1150eb35c0e71032aefd ) )
18+ * ** tests:** bump steady to v0.19.5 ([ 4a7fbca] ( https://github.com/ArcadeAI/arcade-js/commit/4a7fbca94e370ed9d919182dce7ff2b4cf143b70 ) )
19+ * ** tests:** bump steady to v0.19.6 ([ 0c0518c] ( https://github.com/ArcadeAI/arcade-js/commit/0c0518c7c0a73ea8a6827dfd85402875a28fc13b ) )
20+ * ** tests:** bump steady to v0.19.7 ([ b95d4df] ( https://github.com/ArcadeAI/arcade-js/commit/b95d4df4d2ada95dcc8f06ef233f15379887f267 ) )
21+
22+
23+ ### Refactors
24+
25+ * ** tests:** switch from prism to steady ([ 6d28088] ( https://github.com/ArcadeAI/arcade-js/commit/6d280888d29864c3230c1e1c30274c15cd3dc63d ) )
26+
327## 2.3.0 (2026-03-10)
428
529Full Changelog: [ v2.2.0...v2.3.0] ( https://github.com/ArcadeAI/arcade-js/compare/v2.2.0...v2.3.0 )
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 1- export const VERSION = '2.3 .0' ; // x-release-please-version
1+ export const VERSION = '2.4 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments