From 43b9474b3c83d6f44693a99a83f1489e02e64450 Mon Sep 17 00:00:00 2001 From: Giulia Ghisini Date: Fri, 9 Apr 2021 17:21:35 +0200 Subject: [PATCH] Release 2.1.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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",