Skip to content

Commit

Permalink
[RELEASE] 0.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
process-analytics-bot committed Jul 25, 2022
1 parent e539231 commit 6c60b24
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.25.1",
"version": "0.25.2",
"description": "A TypeScript library for visualizing process execution data on BPMN diagrams",
"keywords": [
"bpmn2",
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 { mxgraph } 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.25.1';
const libVersion = '0.25.2';

/**
* @internal
Expand Down

0 comments on commit 6c60b24

Please sign in to comment.