diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 348c505930..d9a78eeb64 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -8,6 +8,12 @@ +## 1.3.0 (2025-01-24) + +### Feature + +- Added typings for the route registry. @sneridagh [#6600](https://github.com/plone/volto/issues/6600) + ## 1.2.0 (2024-12-17) ### Feature diff --git a/packages/types/news/6600.feature b/packages/types/news/6600.feature deleted file mode 100644 index cfa4d841ba..0000000000 --- a/packages/types/news/6600.feature +++ /dev/null @@ -1 +0,0 @@ -Added typings for the route registry. @sneridagh diff --git a/packages/types/package.json b/packages/types/package.json index 6c2370a064..61e66a5483 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -9,7 +9,7 @@ ], "funding": "https://github.com/sponsors/plone", "license": "MIT", - "version": "1.2.0", + "version": "1.3.0", "repository": { "type": "git", "url": "https://github.com/plone/volto.git"