diff --git a/CHANGELOG.md b/CHANGELOG.md index e94f427..c62ac3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ +## 6.3.0 (2024-03-07) + +### Feature + +- Enable autoPlay as opt-in. Documentation @sneridagh [#48](https://github.com/kitconcept/volto-slider-block/pull/48) + ## 6.2.0 (2024-03-06) ### Feature diff --git a/news/48.feature b/news/48.feature deleted file mode 100644 index 1d787c7..0000000 --- a/news/48.feature +++ /dev/null @@ -1 +0,0 @@ -Enable autoPlay as opt-in. Documentation @sneridagh diff --git a/package.json b/package.json index cc0c698..40f2101 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kitconcept/volto-slider-block", - "version": "6.2.0", + "version": "6.3.0", "description": "Slider block for Plone 6 (Volto)", "main": "src/index.js", "license": "MIT",