Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joleaf committed Aug 23, 2023
1 parent 2cace9e commit f76b5b9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 287 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All changes to this plugin are listed here.

## 0.3.0 (2023-08-23)

### Updated

- Update to camunda 7.19.0

### Added

- Add more title and text options
- Render the result with a template note

## 0.2.2 (2023-02-12)

### Fixed
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": "dmn-eval",
"name": "DMN Eval",
"version": "0.2.2",
"version": "0.3.0",
"minAppVersion": "0.15.0",
"description": "This plugin enables evaluating/executing DMN",
"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": "dmn-eval",
"version": "0.2.2",
"version": "0.3.0",
"description": "This plugin enables evaluating/executing DMNs.",
"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 @@ -6,5 +6,6 @@
"0.1.4": "0.15.0",
"0.2.0": "0.15.0",
"0.2.1": "0.15.0",
"0.2.2": "0.15.0"
"0.2.2": "0.15.0",
"0.3.0": "0.15.0"
}
Loading

0 comments on commit f76b5b9

Please sign in to comment.