From bfaacc18c6484052fe172689a7ebc29d52e822b7 Mon Sep 17 00:00:00 2001 From: Nicola Zambello Date: Mon, 5 Jul 2021 18:18:44 +0200 Subject: [PATCH] Release 2.1.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfed3b8..9486ae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.5](https://github.com/collective/volto-secondarymenu/compare/v2.1.4...v2.1.5) + +- chore: add control panel icon [`56e8e9f`](https://github.com/collective/volto-secondarymenu/commit/56e8e9f7cc39357624a1893776370a0fcc4c383c) + #### [v2.1.4](https://github.com/collective/volto-secondarymenu/compare/v2.1.3...v2.1.4) +> 28 April 2021 + +- Release 2.1.4 [`eb9cf3a`](https://github.com/collective/volto-secondarymenu/commit/eb9cf3aa708e3f738022fc30b29a80b088b51d60) - fix: typo in i18n [`d23e3cf`](https://github.com/collective/volto-secondarymenu/commit/d23e3cfe764e5e252dda65fe1f44bac243ca7385) #### [v2.1.3](https://github.com/collective/volto-secondarymenu/compare/v2.1.2...v2.1.3) diff --git a/package.json b/package.json index 3942ec1..2d7f559 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-secondarymenu", - "version": "2.1.4", + "version": "2.1.5", "description": "Volto addon for a customizable secondary menu", "main": "src/index.js", "repository": "https://github.com/collective/volto-secondarymenu.git",