From d588fe0c0512a7c7bbad500548f8224e5854a067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Louv-Jansen?= Date: Fri, 15 Apr 2022 07:15:44 +0200 Subject: [PATCH] v8.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 a0f3f32a..14c61214 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "branches", "branching" ], - "version": "8.3.1", + "version": "8.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 c8833712..7a450f0d 100644 --- a/src/utils/packageVersion.ts +++ b/src/utils/packageVersion.ts @@ -1 +1 @@ -export const PACKAGE_VERSION = '8.3.1'; +export const PACKAGE_VERSION = '8.4.0';