From 69fa0ef81021b0a57c2ebcf4d465577d8e62797e Mon Sep 17 00:00:00 2001 From: Nicola Zambello Date: Mon, 5 Jul 2021 18:17:19 +0200 Subject: [PATCH] Release 2.2.7 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c09b38e..4c98932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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.7](https://github.com/collective/volto-dropdownmenu/compare/v2.2.6...v2.2.7) + +- chore: add control panel icon [`6c341ef`](https://github.com/collective/volto-dropdownmenu/commit/6c341ef09fc86a84ae3e664c19f5da0ed9b7e9a2) + #### [v2.2.6](https://github.com/collective/volto-dropdownmenu/compare/v2.2.5...v2.2.6) +> 14 May 2021 + - Volto crash if you don't initialize content from Plone [`#22`](https://github.com/collective/volto-dropdownmenu/pull/22) +- Release 2.2.6 [`2c3b20a`](https://github.com/collective/volto-dropdownmenu/commit/2c3b20a1bad9d2221d3f1db1285d33eab17ed7ea) #### [v2.2.5](https://github.com/collective/volto-dropdownmenu/compare/v2.2.4...v2.2.5) diff --git a/package.json b/package.json index ec4e387..7d49b23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-dropdownmenu", - "version": "2.2.6", + "version": "2.2.7", "description": "Volto addon for a customizable dropdown menu", "main": "src/index.js", "repository": "https://github.com/collective/volto-dropdownmenu.git",