From 49a74c9508c6f332cc9e9dfe1d84c894c3a70980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Louv-Jansen?= Date: Tue, 5 Mar 2024 13:57:44 +0100 Subject: [PATCH] v9.4.4 --- package.json | 2 +- src/utils/packageVersion.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 22734dcf..173fabcd 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "branches", "branching" ], - "version": "9.4.3", + "version": "9.4.4", "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 4e9c2c9b..91c67610 100644 --- a/src/utils/packageVersion.ts +++ b/src/utils/packageVersion.ts @@ -1 +1 @@ -export const PACKAGE_VERSION = '9.4.3'; +export const PACKAGE_VERSION = '9.4.4';