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 1
1
{
2
- "." : " 1.9.1 "
2
+ "." : " 1.10.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.10.0 (2025-09-11)
4
+
5
+ Full Changelog: [ v1.9.1...v1.10.0] ( https://github.com/ArcadeAI/arcade-js/compare/v1.9.1...v1.10.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** api update ([ 47c1a7b] ( https://github.com/ArcadeAI/arcade-js/commit/47c1a7b748b7db56700e1107e0bff05213ec998e ) )
10
+ * ** api:** api update ([ 1504071] ( https://github.com/ArcadeAI/arcade-js/commit/15040713fe9cec59d1fb38b7c829f37273aa199a ) )
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * coerce nullable values to undefined ([ da6addc] ( https://github.com/ArcadeAI/arcade-js/commit/da6addcf973da52bc5c856fc3c88ef6e3333f6cb ) )
16
+
17
+
18
+ ### Chores
19
+
20
+ * ci build action ([ ee9e5f8] ( https://github.com/ArcadeAI/arcade-js/commit/ee9e5f8a824f6468272fdaa28acb0f036f3ec872 ) )
21
+ * update CI script ([ ea3f95f] ( https://github.com/ArcadeAI/arcade-js/commit/ea3f95fbf75f9783be675df20dcdc1f6b91af8e6 ) )
22
+
3
23
## 1.9.1 (2025-08-16)
4
24
5
25
Full Changelog: [ v1.9.0...v1.9.1] ( https://github.com/ArcadeAI/arcade-js/compare/v1.9.0...v1.9.1 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @arcadeai/arcadejs" ,
3
- "version" : " 1.9.1 " ,
3
+ "version" : " 1.10.0 " ,
4
4
"description" : " The official TypeScript library for the Arcade API" ,
5
5
"author" :
" Arcade <[email protected] >" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
- export const VERSION = '1.9.1 ' ; // x-release-please-version
1
+ export const VERSION = '1.10.0 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments