Skip to content

Commit c96bf7c

Browse files
release: 1.15.1
1 parent 7aba7b3 commit c96bf7c

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-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.15.0"
2+
".": "1.15.1"
33
}

CHANGELOG.md

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

3+
## 1.15.1 (2025-12-08)
4+
5+
Full Changelog: [v1.15.0...v1.15.1](https://github.com/ArcadeAI/arcade-js/compare/v1.15.0...v1.15.1)
6+
37
## 1.15.0 (2025-12-08)
48

59
Full Changelog: [v1.14.0...v1.15.0](https://github.com/ArcadeAI/arcade-js/compare/v1.14.0...v1.15.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.15.0",
3+
"version": "1.15.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.15.0'; // x-release-please-version
1+
export const VERSION = '1.15.1'; // x-release-please-version

0 commit comments

Comments
 (0)