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.4.1 "
2+ "." : " 2.5.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.5.0 (2026-04-29)
4+
5+ Full Changelog: [ v2.4.1...v2.5.0] ( https://github.com/ArcadeAI/arcade-js/compare/v2.4.1...v2.5.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ d0c1930] ( https://github.com/ArcadeAI/arcade-js/commit/d0c19301d5e7e787bad90d8eadb1455d58bfde8e ) )
10+ * support setting headers via env ([ 6573f02] ( https://github.com/ArcadeAI/arcade-js/commit/6573f0293b9bcf7b42e196ef01332ff9f22a9c3d ) )
11+
12+
13+ ### Chores
14+
15+ * ** format:** run eslint and prettier separately ([ 5973eaf] ( https://github.com/ArcadeAI/arcade-js/commit/5973eafc90d734122617142e9a2233d6a4c56fc3 ) )
16+ * ** internal:** codegen related update ([ c7c3f2f] ( https://github.com/ArcadeAI/arcade-js/commit/c7c3f2f01aea4e1260f328e73e1072528e158518 ) )
17+ * ** internal:** more robust bootstrap script ([ 5a07859] ( https://github.com/ArcadeAI/arcade-js/commit/5a07859a965867dba9a68601b53c703c40c2b81d ) )
18+
319## 2.4.1 (2026-04-21)
420
521Full Changelog: [ v2.4.0...v2.4.1] ( https://github.com/ArcadeAI/arcade-js/compare/v2.4.0...v2.4.1 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @arcadeai/arcadejs" ,
3- "version" : " 2.4.1 " ,
3+ "version" : " 2.5.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.4.1 ' ; // x-release-please-version
1+ export const VERSION = '2.5.0 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments