Skip to content

Commit c448038

Browse files
release: 1.9.0
1 parent fdd9929 commit c448038

File tree

4 files changed

+31
-3
lines changed

4 files changed

+31
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.8.1"
2+
".": "1.9.0"
33
}

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## 1.9.0 (2025-07-17)
4+
5+
Full Changelog: [v1.8.1...v1.9.0](https://github.com/ArcadeAI/arcade-js/compare/v1.8.1...v1.9.0)
6+
7+
### Features
8+
9+
* **api:** api update ([1374bee](https://github.com/ArcadeAI/arcade-js/commit/1374bee6aec3c7350fb38c1afdf420f693f553b4))
10+
* **api:** api update ([d7a22d6](https://github.com/ArcadeAI/arcade-js/commit/d7a22d6fe871f1bdeb2c2be9873f3ed671b770e3))
11+
* **api:** api update ([2b683b9](https://github.com/ArcadeAI/arcade-js/commit/2b683b910ae7124c7bae3a3482052f10f4179a12))
12+
13+
14+
### Bug Fixes
15+
16+
* **ci:** release-doctor — report correct token name ([ebd4ebb](https://github.com/ArcadeAI/arcade-js/commit/ebd4ebb4553752d7ec47eee2b67a7ad5158fbd18))
17+
* **client:** don't send `Content-Type` for bodyless methods ([c288b59](https://github.com/ArcadeAI/arcade-js/commit/c288b591cf89dfb7004524ad39a18817e77c3a48))
18+
19+
20+
### Chores
21+
22+
* **ci:** only run for pushes and fork pull requests ([087f870](https://github.com/ArcadeAI/arcade-js/commit/087f87073b1f18d30d50c9bcb40b13299dbf4320))
23+
* make some internal functions async ([26f2948](https://github.com/ArcadeAI/arcade-js/commit/26f2948edce403f4c91e41b4e44b466f2815e112))
24+
* mention unit type in timeout docs ([3a70b11](https://github.com/ArcadeAI/arcade-js/commit/3a70b11dce447c850e75ea8e2181b6a07763ef70))
25+
26+
27+
### Refactors
28+
29+
* **types:** replace Record with mapped types ([4283d2a](https://github.com/ArcadeAI/arcade-js/commit/4283d2a03423beaa2307777075c61a7b7e88f88a))
30+
331
## 1.8.1 (2025-06-19)
432

533
Full Changelog: [v1.8.0...v1.8.1](https://github.com/ArcadeAI/arcade-js/compare/v1.8.0...v1.8.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arcadeai/arcadejs",
3-
"version": "1.8.1",
3+
"version": "1.9.0",
44
"description": "The official TypeScript library for the Arcade API",
55
"author": "Arcade <[email protected]>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.8.1'; // x-release-please-version
1+
export const VERSION = '1.9.0'; // x-release-please-version

0 commit comments

Comments
 (0)