Skip to content

Commit 54a7c7a

Browse files
chore(release): 0.47.0
1 parent c858f3f commit 54a7c7a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bpmn-visualization",
3-
"version": "0.46.0",
3+
"version": "0.47.0",
44
"type": "module",
55
"sideEffects": false,
66
"description": "A TypeScript library for visualizing process execution data on BPMN diagrams",

src/component/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { mxClient } from './mxgraph/initializer';
1818

1919
// WARN: this constant is automatically updated at release time by the 'manage-version-in-files.mjs' script.
2020
// So, if you modify the name of this file or this constant, please update the script accordingly.
21-
const libraryVersion = '0.46.0';
21+
const libraryVersion = '0.47.0';
2222

2323
/**
2424
* Returns the version of `bpmn-visualization` and the version of its dependencies.

0 commit comments

Comments
 (0)