diff --git a/package.json b/package.json index ef16fc28..4ad30686 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "branches", "branching" ], - "version": "9.5.0", + "version": "9.5.1", "main": "./dist/entrypoint.api.js", "types": "dist/entrypoint.api.d.ts", "bin": { diff --git a/src/utils/packageVersion.ts b/src/utils/packageVersion.ts index 54c05573..7e4bcd90 100644 --- a/src/utils/packageVersion.ts +++ b/src/utils/packageVersion.ts @@ -1 +1 @@ -export const PACKAGE_VERSION = '9.5.0'; +export const PACKAGE_VERSION = '9.5.1';