diff --git a/CHANGELOG.md b/CHANGELOG.md index 05dade8..4715943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.0.2](https://github.com/RedTurtle/volto-feedback-italia/compare/v1.0.1...v1.0.2) + +- fixx: import cx [`603a83d`](https://github.com/RedTurtle/volto-feedback-italia/commit/603a83d905a825ed2b238b87a97abde5ddc7e2dd) + #### [v1.0.1](https://github.com/RedTurtle/volto-feedback-italia/compare/v1.0.0...v1.0.1) +> 19 June 2024 + - fix: added customization for FormHeader [`54b1055`](https://github.com/RedTurtle/volto-feedback-italia/commit/54b10552a53303720d26819d4c8f4d3a8929b424) +- Release 1.0.1 [`598ed67`](https://github.com/RedTurtle/volto-feedback-italia/commit/598ed67617e5414fb5890c57433aff4e81f24a62) #### v1.0.0 diff --git a/package.json b/package.json index 52d572f..be6729d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-feedback-italia", - "version": "1.0.1", + "version": "1.0.2", "description": "volto-feedback-italia: Volto add-on", "main": "src/index.js", "license": "MIT",