diff --git a/CHANGELOG.md b/CHANGELOG.md index de93e1974..5049f6c1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [6.8.2](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.8.1...v6.8.2) (2024-09-02) + + +### Bug Fixes + +* Keeping up with the Macro Faeries. ([db6cc0f](https://github.com/xdy/xdy-pf2e-workbench/commit/db6cc0f121d1fde95050559d498068d45b9b313f)) +* Trim the mystification rolltable setting to avoid errors when loading table. ([fc4f6ee](https://github.com/xdy/xdy-pf2e-workbench/commit/fc4f6ee24c883e69a233d1afd347a008ea3ee833)) + ## [6.8.1](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.8.0...v6.8.1) (2024-08-31) diff --git a/package-lock.json b/package-lock.json index 479001f6e..6125d5dab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "6.8.1", + "version": "6.8.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "6.8.1", + "version": "6.8.2", "license": "./LICENSE", "dependencies": { "@codemirror/autocomplete": "^6.18.0", diff --git a/package.json b/package.json index e3d3df578..6c0374ac9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xdy-pf2e-workbench", - "version": "6.8.1", + "version": "6.8.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 cccda59a4..e81f5ef9f 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.8.1", + "version": "6.8.2", "id": "xdy-pf2e-workbench", "compatibility": { "minimum": "12.330", @@ -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.8.1/xdy-pf2e-workbench.zip", + "download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v6.8.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",