diff --git a/CHANGELOG.md b/CHANGELOG.md index 14c02f4..e94f427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ +## 6.2.0 (2024-03-06) + +### Feature + +- Make navRoot and contentType props available to BlockDataForm @danalvrz [#43](https://github.com/kitconcept/volto-slider-block/pull/43) +- Add Brazilian Portuguese translations [@ericof] [#44](https://github.com/kitconcept/volto-slider-block/pull/44) +- Add Autoplay support to the slider block [@ericof] [#45](https://github.com/kitconcept/volto-slider-block/pull/45) + ## 6.1.1 (2024-01-08) ### Bugfix diff --git a/news/43.feature b/news/43.feature deleted file mode 100644 index 6ea1145..0000000 --- a/news/43.feature +++ /dev/null @@ -1 +0,0 @@ -Make navRoot and contentType props available to BlockDataForm @danalvrz \ No newline at end of file diff --git a/news/44.feature b/news/44.feature deleted file mode 100644 index 055ba42..0000000 --- a/news/44.feature +++ /dev/null @@ -1 +0,0 @@ -Add Brazilian Portuguese translations [@ericof] \ No newline at end of file diff --git a/news/45.feature b/news/45.feature deleted file mode 100644 index ffda704..0000000 --- a/news/45.feature +++ /dev/null @@ -1 +0,0 @@ -Add Autoplay support to the slider block [@ericof] \ No newline at end of file diff --git a/package.json b/package.json index 14f2ebd..cc0c698 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kitconcept/volto-slider-block", - "version": "6.1.1", + "version": "6.2.0", "description": "Slider block for Plone 6 (Volto)", "main": "src/index.js", "license": "MIT",