diff --git a/CHANGELOG.md b/CHANGELOG.md index 517153791..77539a5f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.7.5](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.7.4...v6.7.5) (2024-07-25) + + +### Bug Fixes + +* require pf2e 6.1.2 and foundry 12.330, update types ([b5449f0](https://github.com/xdy/xdy-pf2e-workbench/commit/b5449f0db045b34ba604b654f2f0ec7efbab7915)) + ## [6.7.4](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.7.3...v6.7.4) (2024-07-24) diff --git a/package-lock.json b/package-lock.json index 17747ecc2..a2de58925 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "6.7.4", + "version": "6.7.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "6.7.4", + "version": "6.7.5", "license": "./LICENSE", "dependencies": { "@codemirror/autocomplete": "^6.17.0", @@ -13736,6 +13736,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 d5251ef4d..7b86ea50a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xdy-pf2e-workbench", - "version": "6.7.4", + "version": "6.7.5", "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 c55e40c81..120ff2833 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.7.4", + "version": "6.7.5", "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.7.4/xdy-pf2e-workbench.zip", + "download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v6.7.5/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",