From 83029e8279c37abe5cea4b81586f0de84845c903 Mon Sep 17 00:00:00 2001 From: Piero Nicolli Date: Tue, 16 Jan 2024 15:01:52 +0100 Subject: [PATCH] Release 4.1.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9f762e..d713d1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,19 @@ 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). +#### [v4.1.1](https://github.com/collective/volto-dropdownmenu/compare/v4.1.0...v4.1.1) + +- fix: matching of similar root pathnames [`#30`](https://github.com/collective/volto-dropdownmenu/pull/30) +- chore: switch to yarn v3 [`797e18c`](https://github.com/collective/volto-dropdownmenu/commit/797e18cd28a600d32adf69a886d46ef623bd8ee8) + #### [v4.1.0](https://github.com/collective/volto-dropdownmenu/compare/v4.0.0...v4.1.0) +> 15 September 2023 + - fix: hide upload image button in image block [`#29`](https://github.com/collective/volto-dropdownmenu/pull/29) - chore: updated lock file [`ea3cb19`](https://github.com/collective/volto-dropdownmenu/commit/ea3cb190cda888d4f50e988be19bdd35365bf474) - feat: Added Spanish support [`b27e103`](https://github.com/collective/volto-dropdownmenu/commit/b27e103b626e044300f0a8a086cc376ebb4417d2) +- Release 4.1.0 [`1c0b637`](https://github.com/collective/volto-dropdownmenu/commit/1c0b637c305155d063874e7b6031c1065e70b7bf) - chore: removed .yarn folder [`178dc17`](https://github.com/collective/volto-dropdownmenu/commit/178dc17eb3865fecc9d296d067843daf73132dfe) ### [v4.0.0](https://github.com/collective/volto-dropdownmenu/compare/v3.0.0...v4.0.0) diff --git a/package.json b/package.json index 6c1277c..94c103a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-dropdownmenu", - "version": "4.1.0", + "version": "4.1.1", "description": "Volto addon for a customizable dropdown menu", "main": "src/index.js", "repository": "https://github.com/collective/volto-dropdownmenu.git",