diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e2fb391..5aa95302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.0.6](https://github.com/RedTurtle/io-sanita-theme/compare/1.0.5...1.0.6) (2024-11-28) + +### Maintenance + +* fix hidration failing video block ([588ee09](https://github.com/RedTurtle/io-sanita-theme/commit/588ee097dcddd4b848ceeff4264f02b04eb7d243)) + ## [1.0.5](https://github.com/RedTurtle/io-sanita-theme/compare/1.0.4...1.0.5) (2024-11-27) ### Bug Fixes diff --git a/package.json b/package.json index 88cec20a..5029336d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io-sanita-theme", - "version": "1.0.5", + "version": "1.0.6", "description": "io-sanita-theme: Volto add-on", "main": "src/index.js", "license": "MIT",