diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e65cb1..46539e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,3 +7,11 @@ --> + +## 1.1.0 (2023-12-13) + +### Feature + +- add german translations [#2](https://github.com/kitconcept/volto-logos-block/pull/2) +- remove currently unused description field [#3](https://github.com/kitconcept/volto-logos-block/pull/3) +- Add possibillity to link on Logo [#4](https://github.com/kitconcept/volto-logos-block/pull/4) diff --git a/news/2.feature b/news/2.feature deleted file mode 100644 index 6388156..0000000 --- a/news/2.feature +++ /dev/null @@ -1 +0,0 @@ -add german translations diff --git a/news/3.feature b/news/3.feature deleted file mode 100644 index 88d1feb..0000000 --- a/news/3.feature +++ /dev/null @@ -1 +0,0 @@ -remove currently unused description field diff --git a/news/4.feature b/news/4.feature deleted file mode 100644 index 79b0a30..0000000 --- a/news/4.feature +++ /dev/null @@ -1 +0,0 @@ -Add possibillity to link on Logo diff --git a/package.json b/package.json index 3b63b65..9dd6574 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kitconcept/volto-logos-block", - "version": "1.0.0", + "version": "1.1.0", "description": "volto-logos-block: Volto add-on", "main": "src/index.js", "license": "MIT",