diff --git a/CHANGELOG.md b/CHANGELOG.md index 579711e..b72e4d5 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). +#### [4.4.1](https://github.com/eea/volto-columns-block/compare/4.4.0...4.4.1) + +- Show multi-selected blocks in bg color [`567444c`](https://github.com/eea/volto-columns-block/commit/567444c495b257fa89381dc426fb58b11c0e667e) + #### [4.4.0](https://github.com/eea/volto-columns-block/compare/4.3.2...4.4.0) +> 23 April 2021 + - Fix crash when deleting last block in a column [`#19`](https://github.com/eea/volto-columns-block/pull/19) - Add makefile, project eslint [`1e6b040`](https://github.com/eea/volto-columns-block/commit/1e6b040a98d100a15c35d915a594840f84ea8ac6) - Refs #129213 volto-column-block now exports tocEntry for children to be used by volto-block-toc [`cd8573f`](https://github.com/eea/volto-columns-block/commit/cd8573fe253f1d4516ade9e5c28879f221267823) +- Release 4.4.0 [`29968a5`](https://github.com/eea/volto-columns-block/commit/29968a55e110266b6678b0c9dcc4e283c0f68b9f) #### [4.3.2](https://github.com/eea/volto-columns-block/compare/4.3.1...4.3.2) diff --git a/package.json b/package.json index a6f15d0..8de9278 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-columns-block", - "version": "4.4.0", + "version": "4.4.1", "description": "volto-columns-block: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",