Skip to content

Commit

Permalink
Prepare version 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joleaf committed Nov 16, 2024
1 parent 203d574 commit 189b181
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All changes to this plugin are listed here.

## 7.3.0 (2024-11-16)

### Updated

- Bump bpmn-js to 18.0.0

## 7.2.0 (2024-07-10)

### New
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "bpmn-plugin",
"name": "BPMN",
"version": "7.2.0",
"version": "7.3.0",
"minAppVersion": "0.15.0",
"description": "This plugin enables viewing/editing/simulating BPMNs using bpmn-js.",
"author": "JoLeaf",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bpmn",
"version": "7.2.0",
"version": "7.3.0",
"description": "This plugin enables viewing/editing/simulating BPMNs using bpmn-js.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
"7.1.0": "0.15.0",
"7.1.1": "0.15.0",
"7.1.2": "0.15.0",
"7.2.0": "0.15.0"
"7.2.0": "0.15.0",
"7.3.0": "0.15.0"
}

0 comments on commit 189b181

Please sign in to comment.