We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2259bfa commit bd562e7Copy full SHA for bd562e7
package.json
@@ -14,7 +14,7 @@
14
"branches",
15
"branching"
16
],
17
- "version": "7.2.0-beta.4",
+ "version": "7.2.0",
18
"main": "./dist/entrypoint.module.js",
19
"types": "dist/entrypoint.module.d.ts",
20
"bin": {
src/utils/packageVersion.ts
@@ -1 +1 @@
1
-export const PACKAGE_VERSION = '7.2.0-beta.4';
+export const PACKAGE_VERSION = '7.2.0';
0 commit comments