Skip to content

Commit

Permalink
New version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joleaf committed Dec 31, 2022
1 parent 44defdd commit d1f2711
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All changes to this plugin are listed here.

## 0.x.x (xx.xx.202x)
## 0.4.0 (31.12.2022)

### New
- Ribbon actions for creating a new empty BPMN file
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.3.2",
"version": "0.4.0",
"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.3.2",
"version": "0.4.0",
"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 @@ -4,5 +4,6 @@
"0.1.2": "0.15.0",
"0.2.0": "0.15.0",
"0.3.0": "0.15.0",
"0.3.1": "0.15.0"
"0.3.1": "0.15.0",
"0.4.0": "0.15.0"
}

0 comments on commit d1f2711

Please sign in to comment.