diff --git a/CHANGELOG.md b/CHANGELOG.md index 28809905..e1974592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 6.0.61 + +- Rage did not always import on 2024 barbarians. + # 6.0.60 - Adventures could not be imported or exported to the Adventure Compendium. diff --git a/package.json b/package.json index e1e62a0e..33f2b6b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ddb-importer", - "version": "6.0.60", + "version": "6.0.61", "author": "MrPrimate", "description": "Foundry VTT module for integrating D&D Beyond content.", "private": true, diff --git a/src/parser/features/DDBClassFeatures.js b/src/parser/features/DDBClassFeatures.js index ecb02a43..77909122 100644 --- a/src/parser/features/DDBClassFeatures.js +++ b/src/parser/features/DDBClassFeatures.js @@ -15,7 +15,7 @@ export default class DDBClassFeatures { ]; static EXCLUDED_FEATURES_2024 = [ - "Rage", + // "Rage", ]; deriveFeatures() {