Skip to content

Commit 902ef0c

Browse files
release: 1.10.0
1 parent 34b15ef commit 902ef0c

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-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.9.1"
2+
".": "1.10.0"
33
}

CHANGELOG.md

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

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+
323
## 1.9.1 (2025-08-16)
424

525
Full Changelog: [v1.9.0...v1.9.1](https://github.com/ArcadeAI/arcade-js/compare/v1.9.0...v1.9.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.9.1",
3+
"version": "1.10.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.9.1'; // x-release-please-version
1+
export const VERSION = '1.10.0'; // x-release-please-version

0 commit comments

Comments
 (0)