Skip to content

Commit 0a8273b

Browse files
release: 1.9.1
1 parent c290402 commit 0a8273b

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-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.0"
2+
".": "1.9.1"
33
}

CHANGELOG.md

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

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+
321
## 1.9.0 (2025-07-17)
422

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

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.0",
3+
"version": "1.9.1",
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.0'; // x-release-please-version
1+
export const VERSION = '1.9.1'; // x-release-please-version

0 commit comments

Comments
 (0)