diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a81090d0..352baed8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [6.10.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.9.2...v6.10.0) (2024-10-26) + + +### Bug Fixes + +* Keeping up with the Macro Faeries. ([01b159b](https://github.com/xdy/xdy-pf2e-workbench/commit/01b159bda5ba4d2e44a183e2cf85a71c19a9475c)) + + +### Features + +* Add Drop Prone to BAM ([350a620](https://github.com/xdy/xdy-pf2e-workbench/commit/350a620785d540fc33ec0b2aeb3a4685c9fea4f1)) + ## [6.9.2](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.9.1...v6.9.2) (2024-10-20) diff --git a/package-lock.json b/package-lock.json index 9b953a5ad..7945a3fcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "6.9.2", + "version": "6.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "6.9.2", + "version": "6.10.0", "license": "./LICENSE", "dependencies": { "@codemirror/autocomplete": "^6.18.1", diff --git a/package.json b/package.json index 3cc099562..6df01485d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xdy-pf2e-workbench", - "version": "6.9.2", + "version": "6.10.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 33d6e1799..3266638e2 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.9.2", + "version": "6.10.0", "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.9.2/xdy-pf2e-workbench.zip", + "download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v6.10.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",