diff --git a/CHANGELOG.md b/CHANGELOG.md index ac2c317..f2d880e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.7.2 + +> 2023-11-23 + +- Fixed "ADD" active effects missing leading operator +- Fixed rare missing-flag crash when using the "Chris's Premades" integration + ## 0.7.1 > 2023-11-21 diff --git a/package-lock.json b/package-lock.json index 43047ce..804b378 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "plutonium-addon-automation", - "version": "0.7.1", + "version": "0.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "plutonium-addon-automation", - "version": "0.7.1", + "version": "0.7.2", "license": "MIT", "devDependencies": { "@league-of-foundry-developers/foundry-vtt-types": "^9.280.0", diff --git a/package.json b/package.json index 40023c7..c38b4f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plutonium-addon-automation", - "version": "0.7.1", + "version": "0.7.2", "author": "Giddy", "type": "module", "license": "MIT",