diff --git a/CHANGELOG.md b/CHANGELOG.md index cb9c41e..7e26de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ +## 1.1.1 (2024-03-05) + +### Bugfix + +- Change locales literal to Zitat-URL @sneridagh [#25](https://github.com/kitconcept/volto-quote-block/pull/25) + ## 1.1.0 (2024-03-04) ### Breaking diff --git a/news/25.bugfix b/news/25.bugfix deleted file mode 100644 index 9b5c910..0000000 --- a/news/25.bugfix +++ /dev/null @@ -1 +0,0 @@ -Change locales literal to Zitat-URL @sneridagh diff --git a/package.json b/package.json index 9034f3a..321712e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kitconcept/volto-quote-block", - "version": "1.1.0", + "version": "1.1.1", "description": "volto-quote-block: Volto add-on", "main": "src/index.js", "license": "MIT",