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": {} } ] },