Skip to content

Commit

Permalink
Make release candidate for version 1.0.0, Fixes #46
Browse files Browse the repository at this point in the history
  • Loading branch information
joleaf committed Jan 26, 2024
1 parent f3b5015 commit e379c60
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 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.

## 1.0.0 (2024-01-26)

### Updated

- Bump bpmn-js to 16.3.2

## 0.9.3 (2024-01-01)

### Updated
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"name": "BPMN",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "This plugin enables viewing/editing BPMN diagrams using bpmn-js.",
"author": "JoLeaf",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bpmn-plugin",
"version": "0.9.3",
"name": "bpmn",
"version": "1.0.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 @@ -14,5 +14,6 @@
"0.9.0": "0.15.0",
"0.9.1": "0.15.0",
"0.9.2": "0.15.0",
"0.9.3": "0.15.0"
"0.9.3": "0.15.0",
"1.0.0": "0.15.0"
}

0 comments on commit e379c60

Please sign in to comment.