diff --git a/CHANGELOG.md b/CHANGELOG.md index 2565b27..c5b7df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.5.0 + +> 2023-04-17 + +- Added optional integration with the "Chris's Premades" module, allowing Plutonium to use CPR's data to enhance imported content + ## 0.4.1 > 2023-02-25 diff --git a/package-lock.json b/package-lock.json index a64617f..f27ba91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "plutonium-addon-automation", - "version": "0.4.1", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "plutonium-addon-automation", - "version": "0.4.1", + "version": "0.5.0", "license": "MIT", "devDependencies": { "@league-of-foundry-developers/foundry-vtt-types": "^9.280.0", diff --git a/package.json b/package.json index de2ff7c..4063a97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plutonium-addon-automation", - "version": "0.4.1", + "version": "0.5.0", "author": "Giddy", "type": "module", "license": "MIT",