diff --git a/CHANGELOG.md b/CHANGELOG.md index 4038e32..9c03c29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,18 @@ 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.2.3](https://github.com/collective/volto-subblocks/compare/v1.2.2...v1.2.3) + +> 27 May 2022 + +- fix: fix duplicate HTML Backend contextt [`71ea378`](https://github.com/collective/volto-subblocks/commit/71ea37848875d9a8601c159513a5209d6ea8c61e) + #### [v1.2.2](https://github.com/collective/volto-subblocks/compare/v1.2.1...v1.2.2) > 24 May 2022 - chore: lazyloading DragDropContext [`46ea52d`](https://github.com/collective/volto-subblocks/commit/46ea52ddb93d80dfa482386c2466889a6fc887dd) +- Release 1.2.2 [`42f9d6f`](https://github.com/collective/volto-subblocks/commit/42f9d6f2c874015676adbe55f96b55c978025bde) #### [v1.2.1](https://github.com/collective/volto-subblocks/compare/v1.2.0...v1.2.1) diff --git a/package.json b/package.json index bbeb0a9..0b63771 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-subblocks", - "version": "1.2.2", + "version": "1.2.3", "description": "A widget for Volto to edit a block with subblocks", "main": "src/index.js", "repository": "https://github.com/collective/volto-subblocks",