Skip to content

Commit bb5b553

Browse files
committed
1.5.1
1 parent 04cea89 commit bb5b553

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.5.1
2+
3+
- the `Scene Targets`, `Filter Targets` and `Execute Script` nodes will now log any error caused by the user provided function instead of catching it silently
4+
- the try/catch is for the entire node context, so any error will still break the entire node's process
5+
- `pf2e-trigger`:
6+
- fix `Extra Note` localization typo in the `Roll Data` section of the `Roll Damage` and `Roll Save` nodes
7+
18
# 1.5.0
29

310
- `pf2e-trigger`:

module.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
},
1919
"socket": true,
2020
"library": true,
21-
"version": "1.5.0",
21+
"version": "1.5.1",
2222
"url": "https://github.com/reonZ/trigger-engine",
2323
"readme": "https://github.com/reonZ/trigger-engine/blob/master/README.md",
2424
"manifest": "https://raw.githubusercontent.com/reonZ/trigger-engine/master/module.json",
25-
"download": "https://github.com/reonZ/trigger-engine/releases/download/1.5.0/module.zip",
25+
"download": "https://github.com/reonZ/trigger-engine/releases/download/1.5.1/module.zip",
2626
"changelog": "https://github.com/reonZ/trigger-engine/blob/master/CHANGELOG.md",
2727
"bugs": "https://github.com/reonZ/trigger-engine/issues",
2828
"styles": [

0 commit comments

Comments
 (0)