diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c03c29..f5db2dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +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.0.0](https://github.com/collective/volto-subblocks/compare/v1.2.3...v2.0.0) + +- Upgraded dependencies and babel config for volto 16 [`#6`](https://github.com/collective/volto-subblocks/pull/6) +- refactor: upgraded dependencies and babel config for volto 16 [`13aabcb`](https://github.com/collective/volto-subblocks/commit/13aabcb019adfacce12e02bdad1e4636bed39d64) + #### [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) +- Release 1.2.3 [`a57c83c`](https://github.com/collective/volto-subblocks/commit/a57c83c54678ee6423945a5247dfa5cc9e53ca3d) #### [v1.2.2](https://github.com/collective/volto-subblocks/compare/v1.2.1...v1.2.2) diff --git a/package.json b/package.json index be215d6..cf9dde5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-subblocks", - "version": "1.2.3", + "version": "2.0.0", "description": "A widget for Volto to edit a block with subblocks", "main": "src/index.js", "repository": "https://github.com/collective/volto-subblocks",