Skip to content

Commit 9a4c6cd

Browse files
committed
v7.3.0
1 parent 15273d3 commit 9a4c6cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"branches",
1515
"branching"
1616
],
17-
"version": "7.2.0",
17+
"version": "7.3.0",
1818
"main": "./dist/entrypoint.module.js",
1919
"types": "dist/entrypoint.module.d.ts",
2020
"bin": {

src/utils/packageVersion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const PACKAGE_VERSION = '7.2.0';
1+
export const PACKAGE_VERSION = '7.3.0';

0 commit comments

Comments
 (0)