Skip to content

Commit

Permalink
Merge pull request #113 from johnmartel/chore/upgrade-to-v8-compatibi…
Browse files Browse the repository at this point in the history
…lity

Chore/upgrade to v8 compatibility
  • Loading branch information
johnmartel committed Dec 7, 2021
2 parents 5a074d0 + 8363c7a commit 513556b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v1.0.2

- Mark as compatible with 0.8.9: no changes required
- Update dev dependencies

## v1.0.1

- Mark as compatible with 0.7.9
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "hover-align",
"title": "HoverAlign",
"description": "A basic module to display PC/NPC alignment when hovering over a token",
"version": "1.0.1",
"version": "1.0.2",
"author": "John Martel",
"minimumCoreVersion": "0.7.8",
"compatibleCoreVersion": "0.7.9",
"compatibleCoreVersion": "0.8.9",
"system": "dnd5e",
"esmodules": ["modules/index.js"],
"languages": [
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,6 +1,6 @@
{
"name": "hover-align",
"version": "1.0.1",
"version": "1.0.2",
"description": "A basic FoundryVTT module to display PC/NPC alignment when hovering over a token",
"scripts": {
"lint": "eslint . --ext .json,.js --max-warnings 0",
Expand Down

0 comments on commit 513556b

Please sign in to comment.