diff --git a/CHANGELOG.md b/CHANGELOG.md index 188509212..f84eb57d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.12.5](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.12.4...v6.12.5) (2024-12-03) + + +### Bug Fixes + +* Keeping up with the Macro Faeries. ([4e89108](https://github.com/xdy/xdy-pf2e-workbench/commit/4e89108ccd305a494276d9317a21e45f9c15fb1c)) + ## [6.12.4](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.12.3...v6.12.4) (2024-11-15) diff --git a/package-lock.json b/package-lock.json index 27dbc9eb9..14d7c6ea1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "6.12.4", + "version": "6.12.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "6.12.4", + "version": "6.12.5", "license": "./LICENSE", "dependencies": { "@codemirror/autocomplete": "^6.18.2", diff --git a/package.json b/package.json index ee876d880..8eb7aab72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xdy-pf2e-workbench", - "version": "6.12.4", + "version": "6.12.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 3b569dc8d..abb382970 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.12.4", + "version": "6.12.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.12.4/xdy-pf2e-workbench.zip", + "download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v6.12.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",