Skip to content

Commit 5c63d55

Browse files
committed
1.0.2
1 parent 28c4353 commit 5c63d55

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#
1+
# 1.0.2
22

33
- `pf2e-trigger`:
4+
- the `Compare Alliance` node no longer uses the system's `isAllyOf` and `isEnemeyOf` methods, it instead directly compare their alliance ; which means that comparing an actor with itself will now return `true` for `Are Allies`
45
- image paths inputs are now doubled to support paths from both the pf2e & sf2e systems
56

67
# 1.0.1

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