From 0efe6146636d3a6f17ba570e0732d6b2f40d267a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Louv-Jansen?= Date: Fri, 11 Mar 2022 00:31:44 +0100 Subject: [PATCH] v8.0.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 672df54f..58c399d6 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "branches", "branching" ], - "version": "7.4.0", + "version": "8.0.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 a6692559..2d0d5939 100644 --- a/src/utils/packageVersion.ts +++ b/src/utils/packageVersion.ts @@ -1 +1 @@ -export const PACKAGE_VERSION = '7.4.0'; +export const PACKAGE_VERSION = '8.0.0';