diff --git a/CHANGELOG.md b/CHANGELOG.md index 77aef13..26a559d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.3.0](https://github.com/collective/volto-contents-next/compare/v0.2.0...v0.3.0) (2024-03-19) + + +### Features + +* added sorting feature, localization and more a11y ([821871e](https://github.com/collective/volto-contents-next/commit/821871e458267f9f76760ac198a4de2e2586465d)) + ## [0.2.0](https://github.com/collective/volto-contents-next/compare/v0.1.1...v0.2.0) (2024-03-14) diff --git a/package.json b/package.json index dacbb0c..bf03a78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plone-collective/volto-contents-next", - "version": "0.2.0", + "version": "0.3.0", "description": "volto-contents-next: Volto add-on", "main": "src/index.js", "license": "MIT",