diff --git a/CHANGELOG.md b/CHANGELOG.md index f2d880e..4df94dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.7.3 + +> 2023-11-26 + +- Added "actor type" pass-through, enabling future Plutonium fixes around "Chris's Premades" integration + ## 0.7.2 > 2023-11-23 diff --git a/package-lock.json b/package-lock.json index 804b378..8b5fdc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "plutonium-addon-automation", - "version": "0.7.2", + "version": "0.7.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "plutonium-addon-automation", - "version": "0.7.2", + "version": "0.7.3", "license": "MIT", "devDependencies": { "@league-of-foundry-developers/foundry-vtt-types": "^9.280.0", diff --git a/package.json b/package.json index c38b4f1..beea8f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plutonium-addon-automation", - "version": "0.7.2", + "version": "0.7.3", "author": "Giddy", "type": "module", "license": "MIT",