File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.9.0 "
2
+ "." : " 1.9.1 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.9.1 (2025-08-16)
4
+
5
+ Full Changelog: [ v1.9.0...v1.9.1] ( https://github.com/ArcadeAI/arcade-js/compare/v1.9.0...v1.9.1 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** api update ([ dad8723] ( https://github.com/ArcadeAI/arcade-js/commit/dad872307f924ec88044439490ea626719cf99fe ) )
10
+
11
+
12
+ ### Chores
13
+
14
+ * ** deps:** update dependency node-fetch to v2.6.13 ([ 78df6d1] ( https://github.com/ArcadeAI/arcade-js/commit/78df6d1ca7cd51545351db6b980f2aea601db345 ) )
15
+ * ** internal:** formatting change ([ ffd5735] ( https://github.com/ArcadeAI/arcade-js/commit/ffd5735d257fc97dec12321cb0048a17ca44d6b8 ) )
16
+ * ** internal:** move publish config ([ 0125977] ( https://github.com/ArcadeAI/arcade-js/commit/012597763f7c0396ca33761961bd672e1147af40 ) )
17
+ * ** internal:** remove redundant imports config ([ 973de7e] ( https://github.com/ArcadeAI/arcade-js/commit/973de7eba812e897b4781b548cfbfa1361f22876 ) )
18
+ * ** internal:** update comment in script ([ a4353bc] ( https://github.com/ArcadeAI/arcade-js/commit/a4353bc3a852a779ad1b243db1ea485faf592528 ) )
19
+ * update @stainless-api/prism-cli to v5.15.0 ([ 4f82ee4] ( https://github.com/ArcadeAI/arcade-js/commit/4f82ee4ee36673270bc7ecd1d1c88854dfb81491 ) )
20
+
3
21
## 1.9.0 (2025-07-17)
4
22
5
23
Full Changelog: [ v1.8.1...v1.9.0] ( https://github.com/ArcadeAI/arcade-js/compare/v1.8.1...v1.9.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @arcadeai/arcadejs" ,
3
- "version" : " 1.9.0 " ,
3
+ "version" : " 1.9.1 " ,
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.0 ' ; // x-release-please-version
1
+ export const VERSION = '1.9.1 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments