From 0d05c9f56073e81a50b440518b51ce38f71cf100 Mon Sep 17 00:00:00 2001 From: process-analytics-bot <62586190+process-analytics-bot@users.noreply.github.com> Date: Tue, 22 Aug 2023 09:04:48 +0000 Subject: [PATCH] chore(release): 0.38.1 --- package-lock.json | 4 ++-- package.json | 2 +- src/component/version.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index eb5ab36862..c9ee40e141 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bpmn-visualization", - "version": "0.38.0", + "version": "0.38.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bpmn-visualization", - "version": "0.38.0-post", + "version": "0.38.1", "license": "Apache-2.0", "dependencies": { "@typed-mxgraph/typed-mxgraph": "~1.0.8", diff --git a/package.json b/package.json index e88d61f492..0b698cd108 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bpmn-visualization", - "version": "0.38.0", + "version": "0.38.1", "description": "A TypeScript library for visualizing process execution data on BPMN diagrams", "keywords": [ "typescript", diff --git a/src/component/version.ts b/src/component/version.ts index 1ed0695e0c..83765b727a 100644 --- a/src/component/version.ts +++ b/src/component/version.ts @@ -18,7 +18,7 @@ import { mxClient } from './mxgraph/initializer'; // WARN: this constant is automatically updated at release time by the 'manage-version-in-files.mjs' script. // So, if you modify the name of this file or this constant, please update the script accordingly. -const libVersion = '0.38.0'; +const libVersion = '0.38.1'; /** * @internal