From db1a6de7182bad733bfd1f488a1f3de47a224103 Mon Sep 17 00:00:00 2001 From: Jack Holloway Date: Tue, 24 Sep 2024 22:23:22 +0100 Subject: [PATCH] v6.0.7 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 746725112..06b707ded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ -# Next Up +# 6.0.7 - Eldritch blast would come in import with incorrect range. - Items with healing would generate 1 too many activities. +- A large number of icon enhancements for 2024 class features. +- 2024 Wild Magic Sorcerer first pass feature refinement. +- Some work towards allowing spells to be added as activities to items rather than as spells that consume the items uses. # 6.0.6 diff --git a/package.json b/package.json index 77e19fb50..d2ce1ed95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ddb-importer", - "version": "6.0.6", + "version": "6.0.7", "author": "MrPrimate", "description": "Foundry VTT module for integrating D&D Beyond content", "private": true,