diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ae2a5316..b60cfb664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [3.10.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v3.9.5...v3.10.0) (2022-06-19) + + +### Features + +* Adds option to create an IWR (Immunity, Weakness, Resistance) reminder message after a damage roll against a target with an IWR that matches damage types of the attacking weapon. ([610b3b4](https://github.com/xdy/xdy-pf2e-workbench/commit/610b3b4aaf2a50ec7d5a37253a5026f185f1ee85)) +* Adds option to create an IWR (Immunity, Weakness, Resistance) reminder message after a damage roll against a target with an IWR that matches damage types of the attacking weapon. ([5521c2d](https://github.com/xdy/xdy-pf2e-workbench/commit/5521c2dff79e9dc573bd9b169cac6ed892865f7b)), closes [#274](https://github.com/xdy/xdy-pf2e-workbench/issues/274) + ## [3.9.5](https://github.com/xdy/xdy-pf2e-workbench/compare/v3.9.4...v3.9.5) (2022-06-18) diff --git a/module.json b/module.json index 7d4a8e836..501d1f8d5 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "xdy-pf2e-workbench", "title": "PF2e Workbench", "description": "Random and assorted collection of possibly useful doodads, thingumabobs and whatchamacallits for the foundry vtt pf2e system.", - "version": "3.9.5", + "version": "3.10.0", "minimumCoreVersion": "9", "compatibleCoreVersion": "9", "scripts": [], diff --git a/package-lock.json b/package-lock.json index 31b575ad5..022a94269 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "3.9.5", + "version": "3.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "3.9.5", + "version": "3.10.0", "license": "./LICENSE", "devDependencies": { "@semantic-release/changelog": "^6.0.1", diff --git a/package.json b/package.json index 18dc08072..cef89118c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xdy-pf2e-workbench", - "version": "3.9.5", + "version": "3.10.0", "description": "Random assortment of possibly useful doodads, thingumabobs and whatchamacallits for the foundry vtt pf2e system.", "license": "./LICENSE", "homepage": "https://github.com/xdy/xdy-pf2e-workbench",