diff --git a/CHANGELOG.md b/CHANGELOG.md index 27c411bf4..772d8dc3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [5.31.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v5.30.0...v5.31.0) (2023-11-18) + + +### Bug Fixes + +* Revert vite update. ([b95072e](https://github.com/xdy/xdy-pf2e-workbench/commit/b95072e82d619f6d935d09da6cb7eba402c072e9)) + + +### Features + +* Make BAM (Basic Action Macros) by default hide actions that cannot be used due to trained requirement. ([1919a64](https://github.com/xdy/xdy-pf2e-workbench/commit/1919a6400f93d7cf32457fafdd2a93c2a4d8ccf1)) + # [5.30.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v5.29.0...v5.30.0) (2023-11-17) diff --git a/package-lock.json b/package-lock.json index f2ab58063..fe14c5bbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "5.30.0", + "version": "5.31.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "5.30.0", + "version": "5.31.0", "license": "./LICENSE", "dependencies": { "@codemirror/autocomplete": "^6.11.0", diff --git a/package.json b/package.json index 2b51437b6..8fd031928 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xdy-pf2e-workbench", - "version": "5.30.0", + "version": "5.31.0", "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 460aec177..83313e27d 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.30.0", + "version": "5.31.0", "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.30.0/xdy-pf2e-workbench.zip", + "download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v5.31.0/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",