File tree Expand file tree Collapse file tree 4 files changed +23
-3
lines changed
Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.15 .0"
2+ "." : " 1.16 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.16.0 (2025-12-09)
4+
5+ Full Changelog: [ v1.15.0...v1.16.0] ( https://github.com/ArcadeAI/arcade-js/compare/v1.15.0...v1.16.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ b7ca2d2] ( https://github.com/ArcadeAI/arcade-js/commit/b7ca2d24fa2454a3ee1451728261ac716be89f12 ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * ** mcp:** correct code tool API endpoint ([ fc6bf5a] ( https://github.com/ArcadeAI/arcade-js/commit/fc6bf5a6ca643e49747cf4ce663493f7bcd42ff4 ) )
15+ * ** mcp:** return correct lines on typescript errors ([ d9e2e83] ( https://github.com/ArcadeAI/arcade-js/commit/d9e2e8373bccfaf57fd379b305ed6b01629d02a0 ) )
16+
17+
18+ ### Chores
19+
20+ * ** internal:** codegen related update ([ b0959a9] ( https://github.com/ArcadeAI/arcade-js/commit/b0959a9b2c05d9343e6eb34e86d007b47913ec25 ) )
21+ * ** internal:** codegen related update ([ ca10d38] ( https://github.com/ArcadeAI/arcade-js/commit/ca10d381ea557762282aa9441b070a7abdfa9e2d ) )
22+
323## 1.15.0 (2025-12-08)
424
525Full Changelog: [ v1.14.0...v1.15.0] ( https://github.com/ArcadeAI/arcade-js/compare/v1.14.0...v1.15.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @arcadeai/arcadejs" ,
3- "version" : " 1.15 .0" ,
3+ "version" : " 1.16 .0" ,
44 "description" : " The official TypeScript library for the Arcade API" ,
55 "author" :
" Arcade <[email protected] >" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1- export const VERSION = '1.15 .0' ; // x-release-please-version
1+ export const VERSION = '1.16 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments