Skip to content

Commit

Permalink
0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Mar 10, 2024
1 parent 9534c93 commit fb63329
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 20 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.38.0

- this is a `5.14.0` release
- due to a breaking change in the system, the core feature of the module had to be moved into another part of the roll chain
- while testings have shown to be satisfying, it is hard to forsee all the ramifications that this change involves

# 0.37.1

- added compatibility with the `Disable Game Canvas` setting
Expand Down
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"minimum": "11.315",
"verified": "11"
},
"version": "0.37.1",
"version": "0.38.0",
"manifestPlusVersion": "1.2.0",
"url": "https://github.com/reonZ/pf2e-perception",
"readme": "https://github.com/reonZ/pf2e-perception/blob/master/README.md",
"manifest": "https://raw.githubusercontent.com/reonZ/pf2e-perception/master/module.json",
"download": "https://github.com/reonZ/pf2e-perception/releases/download/0.37.1/module.zip",
"download": "https://github.com/reonZ/pf2e-perception/releases/download/0.38.0/module.zip",
"changelog": "https://github.com/reonZ/pf2e-perception/blob/master/CHANGELOG.md",
"bugs": "https://github.com/reonZ/pf2e-perception/issues",
"styles": [
Expand All @@ -45,7 +45,7 @@
"type": "system",
"manifest": "https://raw.githubusercontent.com/foundryvtt/pf2e/master/system.json",
"compatibility": {
"minimum": "5.12.0"
"minimum": "5.14.0"
}
}
],
Expand Down
29 changes: 16 additions & 13 deletions scripts/main.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions scripts/main.js.map

Large diffs are not rendered by default.

0 comments on commit fb63329

Please sign in to comment.