From c5bfb720ab6a49d57f7b0ab8cf4588dcebcd9709 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 17 Dec 2023 14:35:53 +0000 Subject: [PATCH] chore(release): 5.39.2 [skip ci] ## [5.39.2](https://github.com/xdy/xdy-pf2e-workbench/compare/v5.39.1...v5.39.2) (2023-12-17) ### Bug Fixes * Actually a fix for the Housepatcher. ([e81e0a8](https://github.com/xdy/xdy-pf2e-workbench/commit/e81e0a87e55d1e19173a32184991a71218aab58e)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- static/module.json | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 804f4b681..61e9301e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.39.2](https://github.com/xdy/xdy-pf2e-workbench/compare/v5.39.1...v5.39.2) (2023-12-17) + + +### Bug Fixes + +* Actually a fix for the Housepatcher. ([e81e0a8](https://github.com/xdy/xdy-pf2e-workbench/commit/e81e0a87e55d1e19173a32184991a71218aab58e)) + ## [5.39.1](https://github.com/xdy/xdy-pf2e-workbench/compare/v5.39.0...v5.39.1) (2023-12-17) diff --git a/package-lock.json b/package-lock.json index c2939cee0..11417536b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "5.39.1", + "version": "5.39.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "5.39.1", + "version": "5.39.2", "license": "./LICENSE", "dependencies": { "@codemirror/autocomplete": "^6.11.1", diff --git a/package.json b/package.json index 4262438a1..72f6a434f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xdy-pf2e-workbench", - "version": "5.39.1", + "version": "5.39.2", "description": "Random assortment of possibly useful doodads, thingumabobs and whatchamacallits for the foundry vtt pf2e system.", "private": true, "type": "module", diff --git a/static/module.json b/static/module.json index 2e1d48c52..38f027d2f 100644 --- a/static/module.json +++ b/static/module.json @@ -1,7 +1,7 @@ { "title": "PF2e Workbench", "description": "Random and assorted collection of possibly useful doodads, thingumabobs and whatchamacallits for the foundry vtt pf2e system.", - "version": "5.39.1", + "version": "5.39.2", "id": "xdy-pf2e-workbench", "compatibility": { "minimum": "11.314", @@ -227,7 +227,7 @@ ], "url": "https://github.com/xdy/xdy-pf2e-workbench/", "manifest": "https://github.com/xdy/xdy-pf2e-workbench/releases/latest/download/module.json", - "download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v5.39.1/xdy-pf2e-workbench.zip", + "download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v5.39.2/xdy-pf2e-workbench.zip", "license": "https://github.com/xdy/xdy-pf2e-workbench/blob/main/LICENSE.md", "readme": "https://github.com/xdy/xdy-pf2e-workbench/blob/main/README.md", "bugs": "https://github.com/xdy/xdy-pf2e-workbench/issues",