diff --git a/CHANGELOG.md b/CHANGELOG.md index 76d409a..8636598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.8.0 + +* Update to be version 12 compatible + # 0.7.1 * Fix issues with encoded url's diff --git a/module.json b/module.json index e3c1694..425eea7 100644 --- a/module.json +++ b/module.json @@ -34,7 +34,7 @@ "type": "module", "manifest": "https://github.com/MrPrimate/tokenizer/releases/download/latest/module.json", "compatibility": { - "verified": "4.2.6" + "verified": "4.3.14" } }] }, @@ -43,7 +43,7 @@ "download": "https://github.com/vtt-lair/token-replacer/releases/download/v0.7.0/token-replacer-v0.7.0.zip", "changelog": "https://github.com/vtt-lair/token-replacer/blob/main/CHANGELOG.md", "compatibility": { - "minimum": "10", - "verified": "11" + "minimum": "12", + "verified": "12" } }