From 71a329d9b23a5276738344c484f02bf27fb0be0c Mon Sep 17 00:00:00 2001 From: Nicola Zambello Date: Wed, 21 Apr 2021 11:34:47 +0200 Subject: [PATCH] Release 2.2.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23c57c0..9bdaeae 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.4](https://github.com/collective/volto-dropdownmenu/compare/v2.2.3...v2.2.4) + +- fix: getItemsByPath sorting stability [`#21`](https://github.com/collective/volto-dropdownmenu/pull/21) + #### [v2.2.3](https://github.com/collective/volto-dropdownmenu/compare/v2.2.2...v2.2.3) +> 13 April 2021 + - added field wrapper with class [`#20`](https://github.com/collective/volto-dropdownmenu/pull/20) +- Release 2.2.3 [`6296feb`](https://github.com/collective/volto-dropdownmenu/commit/6296febd1f0524089fa6e77e58a5369d79e0c714) #### [v2.2.2](https://github.com/collective/volto-dropdownmenu/compare/v2.2.1...v2.2.2) diff --git a/package.json b/package.json index a37e5a6..9acd0af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-dropdownmenu", - "version": "2.2.3", + "version": "2.2.4", "description": "Volto addon for a customizable dropdown menu", "main": "src/index.js", "repository": "https://github.com/collective/volto-dropdownmenu.git",