diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c04282..687dbf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v2.2.4 (2022-12-20) +### Fix +* **domain:** Test against js string undefined and null ([`8fc0490`](https://github.com/Kitware/trame-simput/commit/8fc049066e5c7484fde5c68011e59f7f24478fa2)) + ## v2.2.3 (2022-11-10) ### Fix * **domains:** No exception with invalid id ([`c6a069f`](https://github.com/Kitware/trame-simput/commit/c6a069fe35b8a005c25bd5a1b0a2aeecccb8daad)) diff --git a/setup.cfg b/setup.cfg index c8f5a1c..2095908 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = trame-simput -version = 2.2.3 +version = 2.2.4 description = Simput implementation for trame long_description = file: README.rst long_description_content_type = text/x-rst