From a64407f2086c42219c2c4c9f13d73e02bb33722f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Louv-Jansen?= Date: Thu, 3 Mar 2022 13:02:04 +0100 Subject: [PATCH] v7.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 23d43d4c..3d77a9bc 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "branches", "branching" ], - "version": "7.3.6", + "version": "7.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 4b12524a..a6692559 100644 --- a/src/utils/packageVersion.ts +++ b/src/utils/packageVersion.ts @@ -1 +1 @@ -export const PACKAGE_VERSION = '7.3.6'; +export const PACKAGE_VERSION = '7.4.0';