diff --git a/packages/registry/CHANGELOG.md b/packages/registry/CHANGELOG.md index da8626074f..549b62a537 100644 --- a/packages/registry/CHANGELOG.md +++ b/packages/registry/CHANGELOG.md @@ -8,6 +8,16 @@ +## 2.2.0 (2024-12-12) + +### Feature + +- Added an experimental Vite plugin for the registry. @sneridagh [#6409](https://github.com/plone/volto/issues/6409) + +### Documentation + +- `html_use_opensearch` value must not have a trailing slash. Clean up comments. @stevepiercy [#6502](https://github.com/plone/volto/issues/6502) + ## 2.1.2 (2024-11-05) ### Bugfix diff --git a/packages/registry/news/6409.feature b/packages/registry/news/6409.feature deleted file mode 100644 index 4c0a27ea57..0000000000 --- a/packages/registry/news/6409.feature +++ /dev/null @@ -1 +0,0 @@ -Added an experimental Vite plugin for the registry. @sneridagh diff --git a/packages/registry/news/6502.documentation b/packages/registry/news/6502.documentation deleted file mode 100644 index d46a5b6816..0000000000 --- a/packages/registry/news/6502.documentation +++ /dev/null @@ -1 +0,0 @@ -`html_use_opensearch` value must not have a trailing slash. Clean up comments. @stevepiercy diff --git a/packages/registry/package.json b/packages/registry/package.json index c75b9a177a..f05ac0d9bd 100644 --- a/packages/registry/package.json +++ b/packages/registry/package.json @@ -9,7 +9,7 @@ ], "funding": "https://github.com/sponsors/plone", "license": "MIT", - "version": "2.1.2", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/plone/volto.git"