From 8f557297eb743eb3d5dca24ffc28e23b713a4e58 Mon Sep 17 00:00:00 2001 From: Mike Bloy Date: Tue, 11 Jun 2024 22:58:07 -0500 Subject: [PATCH] changelog and module.json update --- CHANGELOG.md | 1 + src/module.json | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da3cd0d..3bf37ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Optional Visual Active Effect integration for power descriptions - Add VAE helper buttons for breaking free from Bound/Entangled +- Added Portal dependency ### Changed diff --git a/src/module.json b/src/module.json index 3f3c23d..cf3fa51 100644 --- a/src/module.json +++ b/src/module.json @@ -107,6 +107,10 @@ "id": "socketlib", "type": "module", "compatibility": {} + }, + { + "id": "portal-lib", + "type": "module" } ], "recommends": [ @@ -127,7 +131,8 @@ }, { "id": "visual-active-effects", - "type": "module" + "type": "module", + "compatibility": {} } ] },