diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d47f13..a2f5691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ +## 2.3.1 (2023-07-21) + +### Bugfix + +- Fix DE translation of Inner Alignment @iRohitSingh. [#1](https://github.com/kitconcept/volto-export/pull/1) +- Add missing translation. @danalvrz [#12](https://github.com/kitconcept/volto-export/pull/12) + + ## 2.3.0 (2023-06-23) ### Feature diff --git a/news/1.bugfix b/news/1.bugfix deleted file mode 100644 index c2b8c6e..0000000 --- a/news/1.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix DE translation of Inner Alignment @iRohitSingh. \ No newline at end of file diff --git a/news/12.bugfix b/news/12.bugfix deleted file mode 100644 index 1a9320b..0000000 --- a/news/12.bugfix +++ /dev/null @@ -1 +0,0 @@ -Add missing translation. @danalvrz \ No newline at end of file diff --git a/package.json b/package.json index f137912..a59a82a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kitconcept/volto-button-block", - "version": "2.3.0", + "version": "2.3.1", "description": "volto-button-block: Volto add-on that provides a configurable button as a block.", "main": "src/index.js", "license": "MIT",