Skip to content

Commit

Permalink
chore(release): 0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
process-analytics-bot committed Oct 2, 2023
1 parent 96bd1f9 commit df91d43
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.40.0",
"version": "0.41.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.40.0';
const libraryVersion = '0.41.0';

/**
* @internal
Expand Down

0 comments on commit df91d43

Please sign in to comment.