diff --git a/CHANGELOG.md b/CHANGELOG.md index 2400580d0..aa65a3751 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [6.14.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.13.0...v6.14.0) (2024-12-20) + + +### Bug Fixes + +* Add typescript types for the macro source ([e4de2eb](https://github.com/xdy/xdy-pf2e-workbench/commit/e4de2eb3bca011efba13554010ff754284e9c478)) +* No need to install fvtt or build modules in workflow ([0bcb0fc](https://github.com/xdy/xdy-pf2e-workbench/commit/0bcb0fc285eff4c17e9cee019b279a86aa7bdc1e)) + + +### Features + +* Build compendium pack for macros as leveldb ([7d8ffb3](https://github.com/xdy/xdy-pf2e-workbench/commit/7d8ffb3d0f1160139b2104ad3cfd47e25c672ea3)) +* Build leveldb files for xdy-customizable-macros and xdy-internal-utility-macros ([c1ee923](https://github.com/xdy/xdy-pf2e-workbench/commit/c1ee923fe9ebdf6dfd3bafef373e12cc81a65287)) +* Get foundryvtt-cli from fork on github ([d62b796](https://github.com/xdy/xdy-pf2e-workbench/commit/d62b79694eacfc4829a76906491efcca2bd2975d)) + # [6.13.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.12.10...v6.13.0) (2024-12-20) diff --git a/package-lock.json b/package-lock.json index 5c9ee733c..c0de6f917 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "6.13.0", + "version": "6.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "6.13.0", + "version": "6.14.0", "license": "./LICENSE", "dependencies": { "@codemirror/autocomplete": "^6.18.4", diff --git a/package.json b/package.json index e0c08a628..96b814a57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xdy-pf2e-workbench", - "version": "6.13.0", + "version": "6.14.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 7a1a56b89..ed5513a73 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.13.0", + "version": "6.14.0", "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.13.0/xdy-pf2e-workbench.zip", + "download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v6.14.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",