diff --git a/CHANGELOG.md b/CHANGELOG.md index 9742144..cb9c41e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ +## 1.1.0 (2024-03-04) + +### Breaking + +- - fix quotation marks using `lang` attribute from blockquote instead of the html ones [#23](https://github.com/kitconcept/volto-quote-block/pull/23) + +### Feature + +- - improve understandability of `cite` label [#21](https://github.com/kitconcept/volto-quote-block/pull/21) + ## 1.0.0 (2024-03-01) ### Feature diff --git a/news/21.feature b/news/21.feature deleted file mode 100644 index 94ca7ca..0000000 --- a/news/21.feature +++ /dev/null @@ -1 +0,0 @@ -- improve understandability of `cite` label \ No newline at end of file diff --git a/news/23.breaking b/news/23.breaking deleted file mode 100644 index 8995546..0000000 --- a/news/23.breaking +++ /dev/null @@ -1 +0,0 @@ -- fix quotation marks using `lang` attribute from blockquote instead of the html ones \ No newline at end of file diff --git a/package.json b/package.json index c1531f8..4e2e9b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kitconcept/volto-quote-block", - "version": "1.0.0", + "version": "1.1.0", "description": "volto-quote-block: Volto add-on", "main": "src/index.js", "license": "MIT",