diff --git a/CHANGELOG.md b/CHANGELOG.md index 23763cf2b35..2ff0d413bde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## Version 4.10.4 + +### Bugfixes +* (Dire Weasel) Include orichalcum in material damage effects +* (stwlam) Fix expansion of item summaries on PC effects tab +* (Supe) Fix perception label in modifiers dialog + +### Data Updates +* (Dire Weasel) Fix name of Devrin's Dazzling Diversion +* (Dire Weasel) Fix selectors on several Sense rule elements for low-light vision +* (MrVauxs) Add Deadly D4 trait +* (stwlam) Fix Dread Marshal Stance effect to apply to all damage rolls + + ## Version 4.10.3 + +### Bugfixes * (stwlam) Fix generation of magic weapon names diff --git a/package-lock.json b/package-lock.json index 9e2f0014a79..eb5247d84c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "foundry-pf2e", - "version": "4.10.3", + "version": "4.10.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "foundry-pf2e", - "version": "4.10.3", + "version": "4.10.4", "dependencies": { "@codemirror/autocomplete": "^6.4.2", "@codemirror/lang-json": "^6.0.1", diff --git a/package.json b/package.json index 782c8e3bb1b..2811655e4e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundry-pf2e", - "version": "4.10.3", + "version": "4.10.4", "description": "", "private": true, "scripts": { diff --git a/system.json b/system.json index 44e497448b9..9b9ec98f09f 100644 --- a/system.json +++ b/system.json @@ -3,7 +3,7 @@ "title": "Pathfinder 2nd Edition", "description": "A community contributed game system for Pathfinder Second Edition", "license": "./LICENSE", - "version": "4.10.3", + "version": "4.10.4", "compatibility": { "minimum": "10.291", "verified": "10.291",