From e77ae01c51c7b3a7eaf9aaaa07f682eebce87211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Louv-Jansen?= Date: Sun, 3 Sep 2023 01:56:02 +0200 Subject: [PATCH] v9.3.0 --- package.json | 2 +- src/utils/packageVersion.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 19343614..7118934c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "branches", "branching" ], - "version": "9.2.3", + "version": "9.3.0", "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 c748fb23..7a9b1f1b 100644 --- a/src/utils/packageVersion.ts +++ b/src/utils/packageVersion.ts @@ -1 +1 @@ -export const PACKAGE_VERSION = '9.2.3'; +export const PACKAGE_VERSION = '9.3.0';