changelog and module.json update

This commit is contained in:
Mike Bloy 2024-06-11 22:58:07 -05:00
parent 551161c6df
commit 8f557297eb
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

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