Skip to content

Commit

Permalink
New version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joleaf committed Feb 1, 2023
1 parent a135433 commit b473ff7
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.2.0 (2023-02-01)

### New

- Add `variables` as parameter for the input values

## 0.1.4 (2023-01-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-plugin",
"name": "DMN Eval Plugin",
"version": "0.1.4",
"version": "0.2.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-plugin",
"version": "0.1.4",
"version": "0.2.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 @@ -3,5 +3,6 @@
"0.1.1": "0.15.0",
"0.1.2": "0.15.0",
"0.1.3": "0.15.0",
"0.1.4": "0.15.0"
"0.1.4": "0.15.0",
"0.2.0": "0.15.0"
}

0 comments on commit b473ff7

Please sign in to comment.