diff --git a/CHANGELOG.md b/CHANGELOG.md index f2f666e..1fb8e9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ +## 6.0.0-alpha.1 (2023-12-15) + +### Bugfix + +- Fix a11y issues @sneridagh [#39](https://github.com/kitconcept/volto-slider-block/pull/39) + ## 6.0.0-alpha.0 (2023-11-30) ### Breaking diff --git a/news/39.bugfix b/news/39.bugfix deleted file mode 100644 index 4feef22..0000000 --- a/news/39.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix a11y issues @sneridagh diff --git a/package.json b/package.json index dbad7ce..ace1442 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kitconcept/volto-slider-block", - "version": "6.0.0-alpha.0", + "version": "6.0.0-alpha.1", "description": "Slider block for Plone 6 (Volto)", "main": "src/index.js", "license": "MIT",