diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a28be7..3b77f48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +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). +#### [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) + #### [v2.2.1](https://github.com/collective/volto-dropdownmenu/compare/v2.2.0...v2.2.1) +> 31 March 2021 + - added accessibility labels and translations [`#19`](https://github.com/collective/volto-dropdownmenu/pull/19) +- Release 2.2.1 [`bedbd46`](https://github.com/collective/volto-dropdownmenu/commit/bedbd461f148d3210cb514348d659b28aec2bdea) #### [v2.2.0](https://github.com/collective/volto-dropdownmenu/compare/v2.1.0...v2.2.0) diff --git a/package.json b/package.json index a7b200c..2a9f358 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-dropdownmenu", - "version": "2.2.1", + "version": "2.2.2", "description": "Volto addon for a customizable dropdown menu", "main": "src/index.js", "repository": "https://github.com/collective/volto-dropdownmenu.git",