Skip to content

Commit

Permalink
v2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPrimate committed Nov 8, 2024
1 parent fb3951d commit f437c9d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.1.10

- DMG 2024 and SoEE support.

# 2.1.9

- Fix some damage generation and prevent some roll generation collision in v12 of Foundry.
Expand Down
18 changes: 18 additions & 0 deletions munch/data/bookData.js
Original file line number Diff line number Diff line change
Expand Up @@ -953,6 +953,15 @@ const sources = [
avatarURL: "https://www.dndbeyond.com/avatars/41956/70/638520961158909820.jpeg",
sourceURL: "sources/dnd/phb-2024",
},
{
id: 146,
name: "DMG-2024",
description: "Dungeon Master’s Guide (2024)",
sourceCategoryId: 24,
isReleased: true,
avatarURL: "https://www.dndbeyond.com/avatars/41956/43/638520960645819732.jpeg",
sourceURL: "sources/dnd/dmg-2024",
},
{
id: 148,
name: "free-rules",
Expand Down Expand Up @@ -998,6 +1007,15 @@ const sources = [
// avatarURL: "https://www.dndbeyond.com/avatars/43141/46/638572767902627770.jpeg",
// sourceURL: "sources/dnd/tfts",
// },
{
id: 153,
name: "SoEE",
description: "Scions of Elemental Evil",
sourceCategoryId: 1,
isReleased: true,
avatarURL: "https://www.dndbeyond.com/avatars/45054/529/638651161016677547.jpeg",
sourceURL: "sources/dnd/soee",
},
];

exports.sources = sources;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ddb-adventure-muncher",
"version": "2.1.9",
"version": "2.1.10",
"description": "D&D Beyond Adventure Muncher for Foundry Virtual Tabletop",
"repository": "https://github.com/MrPrimate/ddb-adventure-muncher",
"main": "main.js",
Expand Down

0 comments on commit f437c9d

Please sign in to comment.