diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 114cb17adf..f22cfb03e7 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -8,6 +8,12 @@ +## 1.1.0 (2024-12-12) + +### Feature + +- Added block category type. @sneridagh [#6409](https://github.com/plone/volto/issues/6409) + ## 1.0.0 (2024-10-31) ### Internal diff --git a/packages/types/news/6409.feature b/packages/types/news/6409.feature deleted file mode 100644 index 2633ad68e3..0000000000 --- a/packages/types/news/6409.feature +++ /dev/null @@ -1 +0,0 @@ -Added block category type. @sneridagh diff --git a/packages/types/package.json b/packages/types/package.json index d19561a391..5af91ff0e4 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.0.0", + "version": "1.1.0", "repository": { "type": "git", "url": "https://github.com/plone/volto.git"