From 9e6695a285f5c36b03f8016a9a2dc429c555f668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Louv-Jansen?= Date: Tue, 19 Sep 2023 23:00:43 +0200 Subject: [PATCH] v9.4.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 7118934c..b578ce6e 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "branches", "branching" ], - "version": "9.3.0", + "version": "9.4.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 7a9b1f1b..f6ca6085 100644 --- a/src/utils/packageVersion.ts +++ b/src/utils/packageVersion.ts @@ -1 +1 @@ -export const PACKAGE_VERSION = '9.3.0'; +export const PACKAGE_VERSION = '9.4.0';