diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ad7052..0ba2a7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.7.0 + +> 2023-09-19 + +- Ported and integrated various spell macros from D&D Beyond Importer (), increasing spell automation to approximate parity (assuming the use of "Chris's Premades" and "Midi SRD" modules) +- Fixed Rage automation failing to exclude SRD effect + ## 0.6.3 > 2023-08-04 diff --git a/package-lock.json b/package-lock.json index a549d92..b5c9f27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "plutonium-addon-automation", - "version": "0.6.3", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "plutonium-addon-automation", - "version": "0.6.3", + "version": "0.7.0", "license": "MIT", "devDependencies": { "@league-of-foundry-developers/foundry-vtt-types": "^9.280.0", diff --git a/package.json b/package.json index 96e74d9..5d6598a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plutonium-addon-automation", - "version": "0.6.3", + "version": "0.7.0", "author": "Giddy", "type": "module", "license": "MIT",