From b36b32fb36060757c7083546a453d09f0139f5a2 Mon Sep 17 00:00:00 2001 From: Giulia Ghisini Date: Fri, 22 Apr 2022 12:51:23 +0200 Subject: [PATCH] Release 2.2.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 594f47c..cd5a29e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,17 @@ 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). +#### [v2.2.4](https://github.com/collective/volto-multilingual-widget/compare/v2.2.3...v2.2.4) + +> 22 April 2022 + +- fix: fix change value if is not WysiwygWidget [`4c829bc`](https://github.com/collective/volto-multilingual-widget/commit/4c829bc8abd05918256a6724164bba3700f3a09d) + #### [v2.2.3](https://github.com/collective/volto-multilingual-widget/compare/v2.2.2...v2.2.3) > 20 April 2022 +- Release 2.2.3 [`f795ea0`](https://github.com/collective/volto-multilingual-widget/commit/f795ea0250db3f13ab5668e696e5fe832d44ccc8) - fix: fix Widget value if widget is not WysiwygWidget [`e39178e`](https://github.com/collective/volto-multilingual-widget/commit/e39178e349dbcf28d562fcd56217b7d9e5ccd683) #### [v2.2.2](https://github.com/collective/volto-multilingual-widget/compare/v2.2.1...v2.2.2) diff --git a/package.json b/package.json index ecf4683..8ef95d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-multilingual-widget", - "version": "2.2.3", + "version": "2.2.4", "description": "A widget for Volto to insert values for any language enabled", "main": "src/index.js", "repository": "https://github.com/collective/volto-multilingual-widget",