Skip to content

Commit d1615ba

Browse files
committedFeb 17, 2025·
v9.6.5
1 parent 25c13c6 commit d1615ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"branches",
1515
"branching"
1616
],
17-
"version": "9.6.4",
17+
"version": "9.6.5",
1818
"main": "./dist/entrypoint.api.js",
1919
"types": "dist/entrypoint.api.d.ts",
2020
"bin": {

‎src/utils/packageVersion.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const PACKAGE_VERSION = '9.6.4';
1+
export const PACKAGE_VERSION = '9.6.5';

0 commit comments

Comments
 (0)
Please sign in to comment.