diff --git a/CHANGELOG.md b/CHANGELOG.md index 345d044..a34bf17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # CHANGELOG +## [3.2.1] 2022-01-04 + +### FIXED + +- Corrected Foundry versioning (0.9 -> 9). + +### ADDED + +- Added all contributors to `authors`. + ## [3.2.0] 2021-12-31 ### ADDED diff --git a/module.json b/module.json index 392ed94..fcd21b8 100644 --- a/module.json +++ b/module.json @@ -3,16 +3,17 @@ "title": "Long Rest Hit Die Healing for D&D5e", "description": "Adds the \"Slow Natural Healing\" rules to the dnd5e system. Rather than healing to full hit points, actors now have the option to spend hit dice on a long rest.", "system": "dnd5e", - "version": "3.2.0", - "authors": ["Cole Schultz", "Alex Moriarty"], + "version": "3.2.1", + "authors": ["Cole Schultz", "Alex Moriarty", "Maxime Chicault", "@DarKDinDoN"], "esmodules": [ "lr-hd-healing.js" ], - "minimumCoreVersion": "0.9", + "minimumCoreVersion": "9", + "compatibleCoreVersion": "9", "url": "https://github.com/a-ws-m/FVTT-Long-Rest-HD-Healing-5e", "manifest": "https://raw.githubusercontent.com/a-ws-m/FVTT-Long-Rest-HD-Healing-5e/master/module.json", - "download": "https://github.com/a-ws-m/FVTT-Long-Rest-HD-Healing-5e/archive/3.2.0.zip", - "license": "https://github.com/a-ws-m/FVTT-Long-Rest-HD-Healing-5e/blob/3.2.0/LICENSE", - "readme": "https://github.com/a-ws-m/FVTT-Long-Rest-HD-Healing-5e/blob/3.2.0/README.md", - "changelog": "https://github.com/a-ws-m/FVTT-Long-Rest-HD-Healing-5e/blob/3.2.0/CHANGELOG.md" + "download": "https://github.com/a-ws-m/FVTT-Long-Rest-HD-Healing-5e/archive/3.2.1.zip", + "license": "https://github.com/a-ws-m/FVTT-Long-Rest-HD-Healing-5e/blob/3.2.1/LICENSE", + "readme": "https://github.com/a-ws-m/FVTT-Long-Rest-HD-Healing-5e/blob/3.2.1/README.md", + "changelog": "https://github.com/a-ws-m/FVTT-Long-Rest-HD-Healing-5e/blob/3.2.1/CHANGELOG.md" }