Skip to content

Commit ea49cde

Browse files
release: 1.6.1
1 parent 6a5e99d commit ea49cde

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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.6.0"
2+
".": "1.6.1"
33
}

CHANGELOG.md

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

3+
## 1.6.1 (2025-06-04)
4+
5+
Full Changelog: [v1.6.0...v1.6.1](https://github.com/ArcadeAI/arcade-js/compare/v1.6.0...v1.6.1)
6+
7+
### Chores
8+
9+
* **docs:** use top-level-await in example snippets ([e6314e7](https://github.com/ArcadeAI/arcade-js/commit/e6314e7c3515b8a689cc8521bcb511afe034911a))
10+
311
## 1.6.0 (2025-06-02)
412

513
Full Changelog: [v1.5.0...v1.6.0](https://github.com/ArcadeAI/arcade-js/compare/v1.5.0...v1.6.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.6.0",
3+
"version": "1.6.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.6.0'; // x-release-please-version
1+
export const VERSION = '1.6.1'; // x-release-please-version

0 commit comments

Comments
 (0)