From b54f84424d791fe15ca8bf27a5378cf8d92b3225 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 3 Jan 2025 23:03:52 +0000 Subject: [PATCH] chore(release): 6.14.5 [skip ci] ## [6.14.5](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.14.4...v6.14.5) (2025-01-03) ### Bug Fixes * Keeping up with the Macro Faeries. ([8aba1f2](https://github.com/xdy/xdy-pf2e-workbench/commit/8aba1f2d5e3ff28ca73499936d2ee22308f72f7a)) * Keeping up with the Macro Faeries. ([8dbd596](https://github.com/xdy/xdy-pf2e-workbench/commit/8dbd596dbd1c3df1c06ea77d6552b87d87abe439)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- static/module.json | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dac87c803..7ffd1fc2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [6.14.5](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.14.4...v6.14.5) (2025-01-03) + + +### Bug Fixes + +* Keeping up with the Macro Faeries. ([8aba1f2](https://github.com/xdy/xdy-pf2e-workbench/commit/8aba1f2d5e3ff28ca73499936d2ee22308f72f7a)) +* Keeping up with the Macro Faeries. ([8dbd596](https://github.com/xdy/xdy-pf2e-workbench/commit/8dbd596dbd1c3df1c06ea77d6552b87d87abe439)) + ## [6.14.4](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.14.3...v6.14.4) (2025-01-03) diff --git a/package-lock.json b/package-lock.json index 412b19723..911f1bc2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "6.14.4", + "version": "6.14.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "6.14.4", + "version": "6.14.5", "license": "./LICENSE", "dependencies": { "@codemirror/autocomplete": "^6.18.4", diff --git a/package.json b/package.json index 928d2908a..8ef446a7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xdy-pf2e-workbench", - "version": "6.14.4", + "version": "6.14.5", "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 0f8bb3240..24f4dcde9 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": "6.14.4", + "version": "6.14.5", "id": "xdy-pf2e-workbench", "compatibility": { "minimum": "12.331", @@ -215,7 +215,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/v6.14.4/xdy-pf2e-workbench.zip", + "download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v6.14.5/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",