From f461f6e64b76666bedb6a24c77a5c788ca66f4f0 Mon Sep 17 00:00:00 2001 From: Rui Pinheiro Date: Thu, 26 Sep 2024 01:39:10 +0100 Subject: [PATCH] v1.13.0.1: No code changes, re-release due to incorrect version on Forge --- CHANGELOG.md | 4 ++++ module.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b3b671..acbf843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.13.0.1 (2024-09-17) + +- No code changes, re-released to clear issue caused by accidentally pushing a broken commit for a few seconds, which was cached in Forge as v1.13.0.0. + # 1.13.0.0 (2024-09-17) - Implement support for listeners, i.e. functions that are called immediately before the target method is called, but aren't part of the usual call chain. diff --git a/module.json b/module.json index f73742c..6312d39 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.13.0.0", + "version": "1.13.0.1", "authors": [{ "name": "Rui Pinheiro", "url": "https://github.com/ruipin"