diff --git a/CHANGELOG.md b/CHANGELOG.md index e4f509123d6..cf410ca7425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## 5.13.5 + +### Bugfixes + +- (Drental) Fix handling of check DCs tied to inline roll links added directly to actor sheets +- (Jesse) Fix variable-cost action glyphs in Spell Compendium +- (stwlam) Fix processing of precision resistance +- (Supe) Fix rank of base spellcasting proficiency and innate spells + +### Data Updates + +- (Dire Weasel) Clean up formatting in Luck Blades, Shatter Mind, and Splinter Faith +- (Dire Weasel) Fix bonus type for Nourishing Gate +- (Dire Weasel) Remove prerequisites from Rallying Anthem +- (kromko) Add missing area to Safe Passage description +- (putty) Fix Kingmaker skirmisher army level +- (stwlam) Fix sticky bomb applying when not toggled, account for expanded splash +- (Tikael) Automate Parallel Breakthrough feat +- (Tikael) Fix sources of Season of Ghosts rituals +- (TMun) Add Kingmaker Appendix armies along with unique tactics + ## 5.13.4 ### Bugfixes diff --git a/package-lock.json b/package-lock.json index 1c654ea8547..8c2939efdd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "foundry-pf2e", - "version": "5.13.4", + "version": "5.13.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "foundry-pf2e", - "version": "5.13.4", + "version": "5.13.5", "license": "Apache-2.0", "dependencies": { "@codemirror/autocomplete": "^6.11.1", @@ -29,7 +29,7 @@ "@types/jquery": "^3.5.29", "@types/jsdom": "^21.1.6", "@types/luxon": "^3.4.2", - "@types/node": "20.11.16", + "@types/node": "20.11.17", "@types/prompts": "^2.4.9", "@types/sortablejs": "^1.15.7", "@types/tooltipster": "^0.0.35", @@ -60,7 +60,7 @@ "socket.io-client": "4.6.2", "tinymce": "6.7.3", "tsconfig-paths": "^4.2.0", - "tsx": "^4.7.0", + "tsx": "^4.7.1", "typescript": "^5.3.3", "vite": "^5.0.12", "vite-plugin-checker": "^0.6.4", @@ -2560,9 +2560,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.11.16", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.16.tgz", - "integrity": "sha512-gKb0enTmRCzXSSUJDq6/sPcqrfCv2mkkG6Jt/clpn5eiCbKTY+SgZUxo+p8ZKMof5dCp9vHQUAB7wOUTod22wQ==", + "version": "20.11.17", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.17.tgz", + "integrity": "sha512-QmgQZGWu1Yw9TDyAP9ZzpFJKynYNeOvwMJmaxABfieQoVoiVOS6MN1WSpqpRcbeA5+RW82kraAVxCCJg+780Qw==", "dev": true, "dependencies": { "undici-types": "~5.26.4" @@ -7501,9 +7501,9 @@ } }, "node_modules/tsx": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.7.0.tgz", - "integrity": "sha512-I+t79RYPlEYlHn9a+KzwrvEwhJg35h/1zHsLC2JXvhC2mdynMv6Zxzvhv5EMV6VF5qJlLlkSnMVvdZV3PSIGcg==", + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.7.1.tgz", + "integrity": "sha512-8d6VuibXHtlN5E3zFkgY8u4DX7Y3Z27zvvPKVmLon/D4AjuKzarkUBTLDBgj9iTQ0hg5xM7c/mYiRVM+HETf0g==", "dev": true, "dependencies": { "esbuild": "~0.19.10", diff --git a/package.json b/package.json index 47d12edb8ee..ea3a1ee1dbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundry-pf2e", - "version": "5.13.4", + "version": "5.13.5", "description": "", "private": true, "type": "module", @@ -34,7 +34,7 @@ "@types/jquery": "^3.5.29", "@types/jsdom": "^21.1.6", "@types/luxon": "^3.4.2", - "@types/node": "20.11.16", + "@types/node": "20.11.17", "@types/prompts": "^2.4.9", "@types/sortablejs": "^1.15.7", "@types/tooltipster": "^0.0.35", @@ -65,7 +65,7 @@ "socket.io-client": "4.6.2", "tinymce": "6.7.3", "tsconfig-paths": "^4.2.0", - "tsx": "^4.7.0", + "tsx": "^4.7.1", "typescript": "^5.3.3", "vite": "^5.0.12", "vite-plugin-checker": "^0.6.4", diff --git a/static/system.json b/static/system.json index 2126672e027..05be1e9731f 100644 --- a/static/system.json +++ b/static/system.json @@ -2,7 +2,7 @@ "id": "pf2e", "title": "Pathfinder Second Edition", "description": "A community contributed game system for Pathfinder Second Edition", - "version": "5.13.4", + "version": "5.13.5", "license": "./LICENSE", "compatibility": { "minimum": "11.311",