Skip to content

Commit c8e8aaa

Browse files
release: 2.0.0
1 parent ac09f68 commit c8e8aaa

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-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.16.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

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

3+
## 2.0.0 (2026-01-27)
4+
5+
Full Changelog: [v1.16.0...v2.0.0](https://github.com/ArcadeAI/arcade-js/compare/v1.16.0...v2.0.0)
6+
7+
### Features
8+
9+
* **api:** api update ([7cd3f79](https://github.com/ArcadeAI/arcade-js/commit/7cd3f792463bbb5b59c18fa17188054dd550eff2))
10+
11+
12+
### Chores
13+
14+
* break long lines in snippets into multiline ([849f4ab](https://github.com/ArcadeAI/arcade-js/commit/849f4abb2e4fb9a4883c4c956016ae3fcb8cc865))
15+
* **ci:** upgrade `actions/github-script` ([816d0dc](https://github.com/ArcadeAI/arcade-js/commit/816d0dcc4b80c4f072246141700472e7c542c3cb))
16+
* **internal:** update `actions/checkout` version ([4d7660f](https://github.com/ArcadeAI/arcade-js/commit/4d7660f04fff9feee30d9f2a5e2c258db3a55cd5))
17+
* **internal:** upgrade babel, qs, js-yaml ([3027d67](https://github.com/ArcadeAI/arcade-js/commit/3027d677183afb53900af7caf2d22bda2cb2ff05))
18+
319
## 1.16.0 (2025-12-13)
420

521
Full Changelog: [v1.15.0...v1.16.0](https://github.com/ArcadeAI/arcade-js/compare/v1.15.0...v1.16.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.16.0",
3+
"version": "2.0.0",
44
"description": "The official TypeScript library for the Arcade API",
55
"author": "Arcade <dev@arcade.dev>",
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.16.0'; // x-release-please-version
1+
export const VERSION = '2.0.0'; // x-release-please-version

0 commit comments

Comments
 (0)