diff --git a/package.json b/package.json index a0f3f32a..14c61214 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "branches", "branching" ], - "version": "8.3.1", + "version": "8.4.0", "main": "./dist/entrypoint.module.js", "types": "dist/entrypoint.module.d.ts", "bin": { diff --git a/src/utils/packageVersion.ts b/src/utils/packageVersion.ts index c8833712..7a450f0d 100644 --- a/src/utils/packageVersion.ts +++ b/src/utils/packageVersion.ts @@ -1 +1 @@ -export const PACKAGE_VERSION = '8.3.1'; +export const PACKAGE_VERSION = '8.4.0';