diff --git a/CHANGELOG.md b/CHANGELOG.md index b6abce2..e6327e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.1.1 (2024-12-13) + +### Fix + +* **js:** Rename js lib to be @kitware/trame-iframe ([`4a181b3`](https://github.com/Kitware/trame-iframe/commit/4a181b3591b2db9d3c068a2bd6f95d49c540876f)) + ## v1.1.0 (2024-12-11) ### Feature diff --git a/setup.cfg b/setup.cfg index eed5bc4..9857153 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = trame-iframe -version = 1.1.0 +version = 1.1.1 description = Helper for iframe/cross-origin communication for trame long_description = file: README.rst long_description_content_type = text/x-rst