From e8ae3e6d09cd0fca480b0441739df2d8164fc34b Mon Sep 17 00:00:00 2001 From: TheGiddyLimit Date: Wed, 3 Jan 2024 17:41:19 +0000 Subject: [PATCH] 0.7.5 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f37fc1..3a24986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.7.5 + +> 2024-01-03 + +- Fixed "Chris's Premades" integration failing to apply for players +- Fixed "Chris's Premades" failing to locate "Ki Points" automation + ## 0.7.4 > 2023-12-30 diff --git a/package-lock.json b/package-lock.json index 002c236..127405a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "plutonium-addon-automation", - "version": "0.7.4", + "version": "0.7.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "plutonium-addon-automation", - "version": "0.7.4", + "version": "0.7.5", "license": "MIT", "devDependencies": { "@league-of-foundry-developers/foundry-vtt-types": "^9.280.0", diff --git a/package.json b/package.json index be27977..a998b2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plutonium-addon-automation", - "version": "0.7.4", + "version": "0.7.5", "author": "Giddy", "type": "module", "license": "MIT",