From d7600fe552c9ccd7884668038bc2ad388623ce44 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 29 Aug 2023 17:02:31 +0000 Subject: [PATCH] chore(release): 5.18.0 [skip ci] # [5.18.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v5.17.2...v5.18.0) (2023-08-29) ### Bug Fixes * Handling the results of clicking the dying recovery roll button on the character sheet was on the wrong hook. Clarified the documentation and help. Cleaned up the code. ([06f3366](https://github.com/xdy/xdy-pf2e-workbench/commit/06f3366df8b91b7d61c36e5977954090b051a3bd)), closes [#915](https://github.com/xdy/xdy-pf2e-workbench/issues/915) ### Features * Verified to work in pf2e 5.4.0, set the minimum foundry version to 3.0.8 and pf2e to 5.4.0. ([8315cb5](https://github.com/xdy/xdy-pf2e-workbench/commit/8315cb5404532e1fd9db86c17e6f24290fb58cb2)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 15 ++++++++------- package.json | 2 +- static/module.json | 4 ++-- 4 files changed, 23 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e39aa4485..0c9d89852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [5.18.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v5.17.2...v5.18.0) (2023-08-29) + + +### Bug Fixes + +* Handling the results of clicking the dying recovery roll button on the character sheet was on the wrong hook. Clarified the documentation and help. Cleaned up the code. ([06f3366](https://github.com/xdy/xdy-pf2e-workbench/commit/06f3366df8b91b7d61c36e5977954090b051a3bd)), closes [#915](https://github.com/xdy/xdy-pf2e-workbench/issues/915) + + +### Features + +* Verified to work in pf2e 5.4.0, set the minimum foundry version to 3.0.8 and pf2e to 5.4.0. ([8315cb5](https://github.com/xdy/xdy-pf2e-workbench/commit/8315cb5404532e1fd9db86c17e6f24290fb58cb2)) + ## [5.17.2](https://github.com/xdy/xdy-pf2e-workbench/compare/v5.17.1...v5.17.2) (2023-08-20) diff --git a/package-lock.json b/package-lock.json index c29c84592..f16dbae5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "5.17.2", + "version": "5.18.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "5.17.2", + "version": "5.18.0", "license": "./LICENSE", "dependencies": { "@codemirror/autocomplete": "^6.9.0", @@ -13917,16 +13917,17 @@ } }, "types/types/foundry": { + "name": "foundry-types", "version": "4.4.2", "dev": true, "license": "Apache-2.0", "devDependencies": { - "@types/jquery": "^3.5.17", - "@types/node": "^18.17.11", + "@types/jquery": "^3.5.14", + "@types/node": "^18.11.12", "pixi.js": "6.5.2", - "socket.io": "^4.7.2", - "socket.io-client": "^4.7.2", - "tinymce": "^6.6.2", + "socket.io": "^4.5.1", + "socket.io-client": "^4.5.1", + "tinymce": "^6.1.2", "typescript": "^4.9.4" } }, diff --git a/package.json b/package.json index 199f0adbf..e13a3d726 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xdy-pf2e-workbench", - "version": "5.17.2", + "version": "5.18.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 b1604e42d..a87968694 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": "5.17.2", + "version": "5.18.0", "id": "xdy-pf2e-workbench", "compatibility": { "minimum": "11.308", @@ -227,7 +227,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/v5.17.2/xdy-pf2e-workbench.zip", + "download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v5.18.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",