diff --git a/CHANGELOG.md b/CHANGELOG.md index 5da175a..8616a9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,18 @@ +## 5.2.0 (2023-10-25) + +### Feature + +- Add Spanish translation @macagua [#25](https://github.com/kitconcept/volto-slider-block/pull/25) + +### Bugfix + +- Fix description field to use a textarea widget. @iFlameing [#31](https://github.com/kitconcept/volto-slider-block/pull/31) +- Fix a11y issues @ichim-david @sneridagh [#34](https://github.com/kitconcept/volto-slider-block/pull/34) + + ## 5.1.1 (2023-09-21) ### Bugfix diff --git a/news/25.feature b/news/25.feature deleted file mode 100644 index 999d710..0000000 --- a/news/25.feature +++ /dev/null @@ -1 +0,0 @@ -Add Spanish translation @macagua diff --git a/news/31.bugfix b/news/31.bugfix deleted file mode 100644 index 48f3930..0000000 --- a/news/31.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix description field to use a textarea widget. @iFlameing \ No newline at end of file diff --git a/news/34.bugfix b/news/34.bugfix deleted file mode 100644 index f85819c..0000000 --- a/news/34.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix a11y issues @ichim-david @sneridagh diff --git a/package.json b/package.json index 0399a0c..0741754 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kitconcept/volto-slider-block", - "version": "5.1.1", + "version": "5.2.0", "description": "Slider block for Plone 6 (Volto)", "main": "src/index.js", "license": "MIT",