Skip to content

Commit

Permalink
Push version 7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joleaf committed Apr 29, 2024
1 parent 8b24811 commit e84ea8a
Show file tree
Hide file tree
Showing 5 changed files with 1,263 additions and 772 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ All changes to this plugin are listed here.

- Fixed #75: Clearing of the BPMN modeler view

## 7.1.2 (2024-04-29)

### Updated

- Bump bpmn-js to 17.5.0

## 7.1.0 (2024-02-25)

### 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.1.1",
"version": "7.1.2",
"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.1.1",
"version": "7.1.2",
"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 @@ -20,5 +20,6 @@
"1.2.0": "0.15.0",
"7.0.0": "0.15.0",
"7.1.0": "0.15.0",
"7.1.1": "0.15.0"
"7.1.1": "0.15.0",
"7.1.2": "0.15.0"
}
Loading

0 comments on commit e84ea8a

Please sign in to comment.