Skip to content

Commit

Permalink
chore(release): 0.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
process-analytics-bot committed Sep 4, 2023
1 parent fc1b2dd commit 5d43c4b
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.38.1",
"version": "0.39.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 libVersion = '0.38.1';
const libVersion = '0.39.0';

/**
* @internal
Expand Down

0 comments on commit 5d43c4b

Please sign in to comment.