diff --git a/CHANGELOG.md b/CHANGELOG.md index 209015ae0..a4854f77c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [6.12.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.11.1...v6.12.0) (2024-10-31) + + +### Features + +* Add Make an Impression with Performance to BAM ([9e69692](https://github.com/xdy/xdy-pf2e-workbench/commit/9e69692561a7dc50c3b9fa51994e7279b2105bf2)) + ## [6.11.1](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.11.0...v6.11.1) (2024-10-31) diff --git a/package-lock.json b/package-lock.json index 3ee7c70e3..e02c3fdb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "6.11.1", + "version": "6.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "6.11.1", + "version": "6.12.0", "license": "./LICENSE", "dependencies": { "@codemirror/autocomplete": "^6.18.2", @@ -18,7 +18,7 @@ "nouislider": "^15.8.1", "remeda": "^2.16.0", "sortablejs": "^1.15.3", - "uuid": "^10.0.0" + "uuid": "^11.0.2" }, "devDependencies": { "@eslint/eslintrc": "^3.1.0", @@ -13396,15 +13396,16 @@ "dev": true }, "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", + "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/validate-npm-package-license": { @@ -14504,6 +14505,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 8d163813a..794177c9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xdy-pf2e-workbench", - "version": "6.11.1", + "version": "6.12.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 2f6e9c90b..80265d30f 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.1", + "version": "6.12.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.11.1/xdy-pf2e-workbench.zip", + "download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v6.12.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",