diff --git a/CHANGELOG.md b/CHANGELOG.md index 9461d30..9db37f0 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.1.2](https://github.com/collective/volto-secondarymenu/compare/v2.1.1...v2.1.2) + +> 9 April 2021 + +- fix: fixed dispatchAction [`fa58567`](https://github.com/collective/volto-secondarymenu/commit/fa58567bed36f88b8323e1a111f5a4a4101106e4) + #### [v2.1.1](https://github.com/collective/volto-secondarymenu/compare/v2.1.0...v2.1.1) +> 31 March 2021 + - accessibility and translation [`#4`](https://github.com/collective/volto-secondarymenu/pull/4) +- Release 2.1.1 [`a228571`](https://github.com/collective/volto-secondarymenu/commit/a228571394f4f75296b08ebb8ad88a0a1d7cc942) #### [v2.1.0](https://github.com/collective/volto-secondarymenu/compare/v2.0.0...v2.1.0) diff --git a/package.json b/package.json index dc1d770..d59fc36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-secondarymenu", - "version": "2.1.1", + "version": "2.1.2", "description": "Volto addon for a customizable secondary menu", "main": "src/index.js", "repository": "https://github.com/collective/volto-secondarymenu.git",