diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b77f48..23c57c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +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). +#### [v2.2.3](https://github.com/collective/volto-dropdownmenu/compare/v2.2.2...v2.2.3) + +- added field wrapper with class [`#20`](https://github.com/collective/volto-dropdownmenu/pull/20) + #### [v2.2.2](https://github.com/collective/volto-dropdownmenu/compare/v2.2.1...v2.2.2) > 9 April 2021 - fix: fix dispatchActions [`1f8e2bb`](https://github.com/collective/volto-dropdownmenu/commit/1f8e2bb5c00c447c85068862e5d6fce4cd069fad) +- Release 2.2.2 [`9d2b63d`](https://github.com/collective/volto-dropdownmenu/commit/9d2b63db3bd822768924ec05ee753d96d135bf63) #### [v2.2.1](https://github.com/collective/volto-dropdownmenu/compare/v2.2.0...v2.2.1) diff --git a/package.json b/package.json index 2a9f358..a37e5a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-dropdownmenu", - "version": "2.2.2", + "version": "2.2.3", "description": "Volto addon for a customizable dropdown menu", "main": "src/index.js", "repository": "https://github.com/collective/volto-dropdownmenu.git",