diff --git a/CHANGELOG.md b/CHANGELOG.md index b70c62a..a224149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ +## 1.0.0-alpha.3 (2024-03-04) + +### Feature + +- Add support for sidebar facet conditions @reebalazs [#15](https://github.com/kitconcept/volto-solr/pull/15) + +### Bugfix + +- Fix translations for the result tabs @reebalazs [#16](https://github.com/kitconcept/volto-solr/pull/16) + ## 1.0.0-alpha.2 (2023-08-21) ### Feature diff --git a/news/15.feature b/news/15.feature deleted file mode 100644 index a0341f8..0000000 --- a/news/15.feature +++ /dev/null @@ -1 +0,0 @@ -Add support for sidebar facet conditions @reebalazs diff --git a/news/16.bugfix b/news/16.bugfix deleted file mode 100644 index 3aca2cc..0000000 --- a/news/16.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix translations for the result tabs @reebalazs diff --git a/package.json b/package.json index e2195a0..dbc1f2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kitconcept/volto-solr", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "description": "@kitconcept/volto-solr: Volto add-on front-end component of Solr support", "main": "src/index.js", "scripts": {