From b153f53003e1f755caafb33ff047aae21c1e1f5e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 26 Oct 2024 14:39:03 +0000 Subject: [PATCH] chore(release): 6.11.0 [skip ci] # [6.11.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.10.0...v6.11.0) (2024-10-26) ### Features * Set foundry verified version to 12.331 and maximum to 13, minimum and verified pf2e version to 6.5.0. Update types. ([2133b84](https://github.com/xdy/xdy-pf2e-workbench/commit/2133b8477edbe4d144475c6874882fae306f3332)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 12 ++++++------ package.json | 2 +- static/module.json | 4 ++-- 4 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 352baed8c..cd2a53a04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [6.11.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.10.0...v6.11.0) (2024-10-26) + + +### Features + +* Set foundry verified version to 12.331 and maximum to 13, minimum and verified pf2e version to 6.5.0. Update types. ([2133b84](https://github.com/xdy/xdy-pf2e-workbench/commit/2133b8477edbe4d144475c6874882fae306f3332)) + # [6.10.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v6.9.2...v6.10.0) (2024-10-26) diff --git a/package-lock.json b/package-lock.json index 8cb00519b..5d2bb8c95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "6.10.0", + "version": "6.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "6.10.0", + "version": "6.11.0", "license": "./LICENSE", "dependencies": { "@codemirror/autocomplete": "^6.18.1", @@ -14468,13 +14468,13 @@ "dev": true, "license": "Apache-2.0", "devDependencies": { - "@types/jquery": "^3.5.32", + "@types/jquery": "^3.5.14", "@types/node": "^18.11.12", "pixi.js": "6.5.2", - "socket.io": "^4.8.1", - "socket.io-client": "^4.8.1", + "socket.io": "^4.5.1", + "socket.io-client": "^4.5.1", "tinymce": "^6.1.2", - "typescript": "^5.6.3" + "typescript": "^5.3.3" } }, "types/types/foundry/node_modules/@pixi/accessibility": { diff --git a/package.json b/package.json index 547a694bf..90236f127 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xdy-pf2e-workbench", - "version": "6.10.0", + "version": "6.11.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 2a484599e..19f784653 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.10.0", + "version": "6.11.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.10.0/xdy-pf2e-workbench.zip", + "download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v6.11.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",