diff --git a/CHANGELOG.md b/CHANGELOG.md index 92bfa47..18c2421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ +## 1.0.0-2 (2024-04-26) + +### Feature + +- Make volto-banner-block VLT (volto-light-theme) compatible @jonaspiterek [#6](https://github.com/volto-banner-block/pull/6) + +### Bugfix + +- Fix images only loading after save when first selecting an image @jonaspiterek [#8](https://github.com/volto-banner-block/pull/8) + ## 1.0.0-1 (2024-04-26) ## 1.0.0-0 (2024-04-26) diff --git a/news/6.feature b/news/6.feature deleted file mode 100644 index 4d63d61..0000000 --- a/news/6.feature +++ /dev/null @@ -1 +0,0 @@ -Make volto-banner-block VLT (volto-light-theme) compatible @jonaspiterek \ No newline at end of file diff --git a/news/8.bugfix b/news/8.bugfix deleted file mode 100644 index 721db48..0000000 --- a/news/8.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix images only loading after save when first selecting an image @jonaspiterek \ No newline at end of file diff --git a/package.json b/package.json index 7d7ad30..08723a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kitconcept/volto-banner-block", - "version": "1.0.0-1", + "version": "1.0.0-2", "description": "volto-banner-block: Volto add-on", "main": "src/index.js", "license": "MIT",