diff --git a/CHANGELOG.md b/CHANGELOG.md index f7395f4..053ab75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/module.json b/module.json index 3b76287..58dde54 100644 --- a/module.json +++ b/module.json @@ -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", @@ -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",