Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Jan 10, 2023
1 parent 4758881 commit 6280c7b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.2

- the API function `playersSeeName` now also check if the actor is owned by a player, if so, it will always return true

# 1.2.1

- fix a bug with `pf2e` lootable combatant permission
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"minimum": "10.290",
"verified": "10"
},
"version": "1.2.1",
"version": "1.2.2",
"manifestPlusVersion": "1.2.0",
"url": "https://github.com/reonZ/anonymous",
"readme": "https://github.com/reonZ/anonymous/blob/master/README.md",
"manifest": "https://raw.githubusercontent.com/reonZ/anonymous/master/module.json",
"download": "https://github.com/reonZ/anonymous/releases/download/1.2.1/module.zip",
"download": "https://github.com/reonZ/anonymous/releases/download/1.2.2/module.zip",
"changelog": "https://github.com/reonZ/anonymous/releases",
"bugs": "https://github.com/reonZ/anonymous/issues"
}
7 changes: 4 additions & 3 deletions scripts/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/main.js.map

Large diffs are not rendered by default.

0 comments on commit 6280c7b

Please sign in to comment.