diff --git a/CHANGELOG.md b/CHANGELOG.md index cd2a53a04..209015ae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.11.1](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.11.0...v6.11.1) (2024-10-31) + + +### Bug Fixes + +* Don't autoroll damage due to a damage-taken message... ([2b9c3cb](https://github.com/xdy/xdy-pf2e-workbench/commit/2b9c3cb29103f1b3de8ca7ac0a8893865a713e0f)) + # [6.11.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.10.0...v6.11.0) (2024-10-26) diff --git a/package-lock.json b/package-lock.json index 5d2bb8c95..e38eb9314 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "6.11.0", + "version": "6.11.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "6.11.0", + "version": "6.11.1", "license": "./LICENSE", "dependencies": { "@codemirror/autocomplete": "^6.18.1", diff --git a/package.json b/package.json index 90236f127..4b6cdf9c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xdy-pf2e-workbench", - "version": "6.11.0", + "version": "6.11.1", "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 19f784653..2f6e9c90b 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.11.0", + "version": "6.11.1", "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.11.0/xdy-pf2e-workbench.zip", + "download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v6.11.1/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",