Skip to content

Commit

Permalink
Merge pull request #22 from gludington/009base
Browse files Browse the repository at this point in the history
009base
  • Loading branch information
gludington authored Oct 21, 2020
2 parents 033cfda + 90962a7 commit d394930
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [0.0.9]
- Added Korean language support, courtesy of drdwing

## [0.0.8]
- Added ConditionalVisibility.setCondition, hide, and unhide methods for macros and scripts to use
- Added an auto-hide off of stealth rolls in 5e. (BetterRolls5e not supported - see README)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[Installation](#Installation)

[Module Manifest](https://github.com/gludington/conditional-visibility/releases/download/v0.0.8/module.json)
[Module Manifest](https://github.com/gludington/conditional-visibility/releases/download/v0.0.9/module.json)

[Changelog](https://github.com/gludington/conditional-visibility/blob/master/CHANGELOG.md)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "conditional-visibility",
"version": "0.0.8",
"version": "0.0.9",
"description": "",
"scripts": {
"package": "gulp package",
Expand Down
6 changes: 3 additions & 3 deletions src/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "conditional-visibility",
"title": "Conditional Visibility",
"description": "Hide tokens from some players, but not others, based on the senses the players have. Uses unknown, newspaper, and foggy icons made by <a href=\"https://www.flaticon.com/authors/freepik\" title=\"Freepik\">Freepik</a>, from <a href=\"https://www.flaticon.com/\" title=\"Flaticon\"> www.flaticon.com</a>. Moon icon made by <a href=\"https://www.flaticon.com/authors/iconixar\" title=\"iconixar\">iconixar</a> from <a href=\"https://www.flaticon.com/\" title=\"Flaticon\"> www.flaticon.com</a>",
"version": "0.0.8",
"version": "0.0.9",
"author": "Greg Ludington",
"scripts": [],
"esmodules": ["conditional-visibility.js"],
Expand All @@ -23,8 +23,8 @@
"minimumCoreVersion": "0.6.6",
"compatibleCoreVersion": "0.6.6",
"url": "https://github.com/gludington/conditional-visibility/",
"manifest": "https://github.com/gludington/conditional-visibility/releases/download/v0.0.8/module.json",
"download": "https://github.com/gludington/conditional-visibility/releases/download/v0.0.8/conditional-visibility-v0.0.8.zip",
"manifest": "https://github.com/gludington/conditional-visibility/releases/download/v0.0.9/module.json",
"download": "https://github.com/gludington/conditional-visibility/releases/download/v0.0.9/conditional-visibility-v0.0.9.zip",
"changelog": "https://github.com/gludington/conditional-visibility/blob/master/CHANGELOG.md",
"readme": "https://github.com/gludington/conditional-visibility/blob/master/README.md",
"license": "",
Expand Down

0 comments on commit d394930

Please sign in to comment.