Skip to content

Commit

Permalink
2.0.4: Vecan: NEW Support
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPrimate committed Apr 17, 2024
1 parent f27ce0f commit c7fbc56
Show file tree
Hide file tree
Showing 3 changed files with 14 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.0.4

- Vecna: Nest of the Eldritch Eye

# 2.0.3

- Fix a bug where some older adventures would not import background images for scenes.
Expand Down
9 changes: 9 additions & 0 deletions munch/data/bookData.js
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,15 @@ const sources = [
avatarURL: "https://www.dndbeyond.com/avatars/39695/377/638425036767623471.jpeg",
sourceURL: "sources/hcs",
},
{
id: 135,
name: "VNEE",
description: "Vecna: Nest of the Eldritch Eye",
sourceCategoryId: 1,
isReleased: true,
avatarURL: "https://www.dndbeyond.com/avatars/40687/843/638465408127994219.jpeg",
sourceURL: "sources/vnee",
},
{
id: 136,
name: "DiLCT",
Expand Down
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.0.3",
"version": "2.0.4",
"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 c7fbc56

Please sign in to comment.