diff --git a/CHANGELOG.md b/CHANGELOG.md index 283fee2e..131ec5dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +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). +#### [6.2.1](https://github.com/eea/volto-slate/compare/6.2.0...6.2.1) + +- Fix undo/redo on Title & Description blocks [`1ae8e2a`](https://github.com/eea/volto-slate/commit/1ae8e2af723ba7c5cc92f7125cbc0ec99cf61289) + #### [6.2.0](https://github.com/eea/volto-slate/compare/6.1.0...6.2.0) +> 8 June 2022 + +- fix(slate): BlockChooser Icon [`#243`](https://github.com/eea/volto-slate/pull/243) - Release 6.2.0 [`ea3ba38`](https://github.com/eea/volto-slate/commit/ea3ba3857dcc7ae42340750c5965440935f14ab6) -- fix(slate): BlockChooser Icon [`f8e1a75`](https://github.com/eea/volto-slate/commit/f8e1a75e8439a1562f1bbbfe70bba2e2fd0001a9) #### [6.1.0](https://github.com/eea/volto-slate/compare/6.0.1...6.1.0) diff --git a/package.json b/package.json index b672f2af..771a2e05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-slate", - "version": "6.2.0", + "version": "6.2.1", "description": "Slate.js integration with Volto", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",