From 1c0b637c305155d063874e7b6031c1065e70b7bf Mon Sep 17 00:00:00 2001 From: Giulia Ghisini Date: Fri, 15 Sep 2023 09:11:39 +0200 Subject: [PATCH] Release 4.1.0 --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45a9d5b..c9f762e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,21 @@ 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.0.0](https://github.com/collective/volto-dropdownmenu/compare/v3.0.0...v4.0.0) +#### [v4.1.0](https://github.com/collective/volto-dropdownmenu/compare/v4.0.0...v4.1.0) + +- 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) +- 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) + +> 19 December 2022 - chore: install nodes added (Fixes #14) [`#26`](https://github.com/collective/volto-dropdownmenu/pull/26) - chore: install nodes added (Fixes #14) (#26) [`#14`](https://github.com/collective/volto-dropdownmenu/issues/14) - feat!: use Volto component registry for MenuConfigurationForm [`46964e9`](https://github.com/collective/volto-dropdownmenu/commit/46964e98150bb576682e72013535604ab9a3f8d5) +- Release 4.0.0 [`2847716`](https://github.com/collective/volto-dropdownmenu/commit/2847716e81c44e1b99e25d103ce5d56e126fdf82) ### [v3.0.0](https://github.com/collective/volto-dropdownmenu/compare/v2.4.3...v3.0.0) diff --git a/package.json b/package.json index dc03dcf..6c1277c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-dropdownmenu", - "version": "4.0.0", + "version": "4.1.0", "description": "Volto addon for a customizable dropdown menu", "main": "src/index.js", "repository": "https://github.com/collective/volto-dropdownmenu.git",