diff --git a/CHANGELOG.md b/CHANGELOG.md index eb1e4ed..21f8a4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.6.2 + +> 2023-08-02 + +- Fixed module integrations attempting to run when the associated module is inactive + ## 0.6.1 > 2023-08-02 diff --git a/package-lock.json b/package-lock.json index 9b99d69..ceccb8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "plutonium-addon-automation", - "version": "0.6.1", + "version": "0.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "plutonium-addon-automation", - "version": "0.6.1", + "version": "0.6.2", "license": "MIT", "devDependencies": { "@league-of-foundry-developers/foundry-vtt-types": "^9.280.0", diff --git a/package.json b/package.json index 07c24ef..a11d69e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plutonium-addon-automation", - "version": "0.6.1", + "version": "0.6.2", "author": "Giddy", "type": "module", "license": "MIT",