Skip to content

Commit

Permalink
v1.12.12.1: Declare compatibility with FVTT v11
Browse files Browse the repository at this point in the history
  • Loading branch information
ruipin committed May 30, 2023
1 parent 099aa51 commit 9c6d96e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.12.12.1 (2023-05-25)

- Declare compatibility with Foundry v11.
- No code changes.

# 1.12.12.0 (2023-01-30)

- Implement workaround for Chromium handling of error stack traces resulting in missing information when printed to console ([Issue #76](https://github.com/ruipin/fvtt-lib-wrapper/issues/76))
Expand Down
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"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.12.0",
"version": "1.12.12.1",
"author": "Rui Pinheiro",
"authors": [{
"name": "Rui Pinheiro",
Expand All @@ -12,10 +12,10 @@
"esmodules": ["src/index.js"],
"styles": ["dist/lib-wrapper.css"],
"minimumCoreVersion": "0.6.5",
"compatibleCoreVersion": "10",
"compatibleCoreVersion": "11",
"compatibility": {
"minimum": "0.6.5",
"verified": "10"
"verified": "11"
},
"url": "https://github.com/ruipin/fvtt-lib-wrapper",
"bugs": "https://github.com/ruipin/fvtt-lib-wrapper/issues",
Expand Down

0 comments on commit 9c6d96e

Please sign in to comment.