diff --git a/CHANGELOG.md b/CHANGELOG.md index d9561bb..ef6f0cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,11 @@ 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.4.3](https://github.com/collective/volto-dropdownmenu/compare/v2.4.3...v2.4.3) - -> 31 August 2022 +#### [v3.0.0](https://github.com/collective/volto-dropdownmenu/compare/v2.4.3...v3.0.0) +- refactor: upgraded dependencies and babel config for volto 16 [`#27`](https://github.com/collective/volto-dropdownmenu/pull/27) - fix: a11y handle dropdown navigation [`67e97c1`](https://github.com/collective/volto-dropdownmenu/commit/67e97c1947e6a392e82c3104b5797a9c7680812f) +- Release 2.4.3 [`3e30ff8`](https://github.com/collective/volto-dropdownmenu/commit/3e30ff8c11ff10c3408c72c3a39728714e76f5ba) - chore: rollback 2.4.3 release [`07b437b`](https://github.com/collective/volto-dropdownmenu/commit/07b437b365aaabc5a05e4d7adb7086f50186b3bc) #### [v2.4.3](https://github.com/collective/volto-dropdownmenu/compare/v2.4.2...v2.4.3) diff --git a/package.json b/package.json index 6e80b0f..84b2a44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-dropdownmenu", - "version": "2.4.3", + "version": "3.0.0", "description": "Volto addon for a customizable dropdown menu", "main": "src/index.js", "repository": "https://github.com/collective/volto-dropdownmenu.git",