Skip to content

Commit e55c94d

Browse files
committed
1.4.2
1 parent 8d0276c commit e55c94d

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.4.2
2+
3+
- `Extract from Actor/Item`:
4+
- fix `path` field for the custom outputs not being localized
5+
- `pf2e-trigger`:
6+
- `Decrease Condition`:
7+
- fix the condition value being raised to the `min` input if the actor already had the condition at a lower value
8+
19
# 1.4.1
210

311
- `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.4.1",
21+
"version": "1.4.2",
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.4.1/module.zip",
25+
"download": "https://github.com/reonZ/trigger-engine/releases/download/1.4.2/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)