From c7fbc5694a2cb99e28b1c90eac537536b4ad6612 Mon Sep 17 00:00:00 2001 From: Jack Holloway Date: Wed, 17 Apr 2024 21:14:08 +0100 Subject: [PATCH] 2.0.4: Vecan: NEW Support --- CHANGELOG.md | 4 ++++ munch/data/bookData.js | 9 +++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98607fa..fa480f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/munch/data/bookData.js b/munch/data/bookData.js index 34e504b..7ff96f6 100644 --- a/munch/data/bookData.js +++ b/munch/data/bookData.js @@ -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", diff --git a/package.json b/package.json index 45e938d..897934b 100644 --- a/package.json +++ b/package.json @@ -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",