Skip to content

Commit

Permalink
Release 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joleaf committed Jan 1, 2024
1 parent 7cc9b3c commit 624b5a7
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.

## 0.9.3 (2024-01-01)

### Updated

- Bump bpmn-js to 16.3.0

## 0.9.2 (2023-11-01)

### Updated
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 Plugin",
"version": "0.9.2",
"version": "0.9.3",
"minAppVersion": "0.15.0",
"description": "This plugin enables viewing/editing BPMN diagrams 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-plugin",
"version": "0.9.2",
"version": "0.9.3",
"description": "This plugin enables viewing/editing BPMN diagrams 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 @@ -13,5 +13,6 @@
"0.8.0": "0.15.0",
"0.9.0": "0.15.0",
"0.9.1": "0.15.0",
"0.9.2": "0.15.0"
"0.9.2": "0.15.0",
"0.9.3": "0.15.0"
}

0 comments on commit 624b5a7

Please sign in to comment.