From 6943381324c426dd3aecbce3a8b5f16353248755 Mon Sep 17 00:00:00 2001 From: Lukas <76838159+wolflu05@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:19:38 +0100 Subject: [PATCH] Bump version to v1.2.0 (#64) --- .github/release.yml | 2 ++ inventree_bulk_plugin/frontend/src/utils/constants.ts | 2 +- inventree_bulk_plugin/version.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index 31ac110..18df8da 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -11,6 +11,7 @@ changelog: - Semver-Minor - type/feature - type/enhancement + - type/fields - title: ":bug: Bug Fixes" labels: - Semver-Patch @@ -19,6 +20,7 @@ changelog: labels: - type/setup - type/documentation + - type/dependencies - title: ":memo: Other Changes" labels: - "*" diff --git a/inventree_bulk_plugin/frontend/src/utils/constants.ts b/inventree_bulk_plugin/frontend/src/utils/constants.ts index b6fd245..3151beb 100644 --- a/inventree_bulk_plugin/frontend/src/utils/constants.ts +++ b/inventree_bulk_plugin/frontend/src/utils/constants.ts @@ -1,6 +1,6 @@ import { BulkDefinitionSchema } from "./types"; -export const schemaVersion = "1.1.0"; +export const schemaVersion = "1.2.0"; export const defaultSchema: BulkDefinitionSchema = { version: schemaVersion, diff --git a/inventree_bulk_plugin/version.py b/inventree_bulk_plugin/version.py index 3aa8d82..3cb6538 100644 --- a/inventree_bulk_plugin/version.py +++ b/inventree_bulk_plugin/version.py @@ -1 +1 @@ -BULK_PLUGIN_VERSION = "1.1.0" +BULK_PLUGIN_VERSION = "1.2.0"