diff --git a/CHANGELOG.md b/CHANGELOG.md index 509aeb2fc..e4144852e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.34.3](https://github.com/xdy/xdy-pf2e-workbench/compare/v5.34.2...v5.34.3) (2023-11-26) + + +### Bug Fixes + +* Autorolling damage for non-spell attacks should work again. Sets minumum and verified pf2e versions to 5.9.5 ([cd11ba5](https://github.com/xdy/xdy-pf2e-workbench/commit/cd11ba5f4b576276ac1007aee664be30289a6dd6)) + ## [5.34.2](https://github.com/xdy/xdy-pf2e-workbench/compare/v5.34.1...v5.34.2) (2023-11-20) diff --git a/package-lock.json b/package-lock.json index 08a398e61..311ea6470 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "5.34.2", + "version": "5.34.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "5.34.2", + "version": "5.34.3", "license": "./LICENSE", "dependencies": { "@codemirror/autocomplete": "^6.11.0", @@ -13690,6 +13690,7 @@ } }, "types/types/foundry": { + "name": "foundry-types", "version": "4.4.2", "dev": true, "license": "Apache-2.0", diff --git a/package.json b/package.json index 0b51745a5..c846779c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xdy-pf2e-workbench", - "version": "5.34.2", + "version": "5.34.3", "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 8e5eee0ce..cdf7809d9 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.34.2", + "version": "5.34.3", "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.34.2/xdy-pf2e-workbench.zip", + "download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v5.34.3/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",