From 737d2a2f61c3f5443b7787f1bcce2e46163b1a33 Mon Sep 17 00:00:00 2001 From: Rui Pinheiro Date: Sat, 6 Jul 2024 17:31:53 +0100 Subject: [PATCH] v1.12.14.0: FVTT12 compat + version in error messages --- CHANGELOG.md | 8 ++++++++ module.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2ebb60..21f41d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 1.12.14.0 (2024-07-06) + +- Foundry VTT 12 compatibility + - Resolve deprecation warnings related to `isNewerVersion` ([Issue #81](https://github.com/ruipin/fvtt-lib-wrapper/issues/81)) + - Remove `author` key from package manifest ([Issue #82](https://github.com/ruipin/fvtt-lib-wrapper/issues/82)). + +- Include package version in various error messages ([Issue #80](https://github.com/ruipin/fvtt-lib-wrapper/issues/80)) + # 1.12.13.1 (2024-05-22) - Declare compatibility with Foundry v12. diff --git a/module.json b/module.json index 5a7e092..3298f16 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.13.1", + "version": "1.12.14.0", "authors": [{ "name": "Rui Pinheiro", "url": "https://github.com/ruipin"