Skip to content

Commit

Permalink
chore(release): 0.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
process-analytics-bot committed Aug 30, 2024
1 parent c4440f1 commit 77d4b09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bpmn-visualization",
"version": "0.43.0",
"version": "0.44.0",
"type": "module",
"sideEffects": false,
"description": "A TypeScript library for visualizing process execution data on BPMN diagrams",
Expand Down
2 changes: 1 addition & 1 deletion src/component/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 libraryVersion = '0.43.0';
const libraryVersion = '0.44.0';

/**
* Returns the version of `bpmn-visualization` and the version of its dependencies.
Expand Down

0 comments on commit 77d4b09

Please sign in to comment.