From ebcc2a35ae4ffd61fb2f3973f25fee317f6e6334 Mon Sep 17 00:00:00 2001 From: Giulia Ghisini Date: Thu, 11 Jul 2024 11:15:13 +0200 Subject: [PATCH] Release 1.0.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4715943..6afc915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.3](https://github.com/RedTurtle/volto-feedback-italia/compare/v1.0.2...v1.0.3) + +- fix: valid attribute value [`21cf9b2`](https://github.com/RedTurtle/volto-feedback-italia/commit/21cf9b28962441c591ea7810781ad62dfb0d3829) + #### [v1.0.2](https://github.com/RedTurtle/volto-feedback-italia/compare/v1.0.1...v1.0.2) +> 20 June 2024 + +- Release 1.0.2 [`0b279f8`](https://github.com/RedTurtle/volto-feedback-italia/commit/0b279f8f5b6ff7df43ac66437e56ce153828f849) - 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) diff --git a/package.json b/package.json index be6729d..4af6072 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-feedback-italia", - "version": "1.0.2", + "version": "1.0.3", "description": "volto-feedback-italia: Volto add-on", "main": "src/index.js", "license": "MIT",