Skip to content

Commit

Permalink
v1.12.7.2: Add 'authors' key to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ruipin committed Sep 2, 2022
1 parent 95d187b commit 5cedb47
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.12.7.2 (2022-09-02)

- Add `authors` key to the module manifest to avoid compatibility warnings in FVTT v10.

# 1.12.7.1 (2022-08-08)

- Add `compatibility` and `id` keys to the module manifest to avoid compatibility warnings in FVTT v10.
Expand Down
6 changes: 5 additions & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
"name": "lib-wrapper",
"title": "libWrapper",
"description": "Library for wrapping core Foundry VTT methods, meant to improve compatibility between packages that wrap the same methods.",
"version": "1.12.7.1",
"version": "1.12.7.2",
"author": "Rui Pinheiro",
"authors": [{
"name": "Rui Pinheiro",
"url": "https://github.com/ruipin"
}],
"esmodules": ["src/index.js"],
"styles": ["dist/lib-wrapper.css"],
"minimumCoreVersion": "0.6.5",
Expand Down

0 comments on commit 5cedb47

Please sign in to comment.