diff --git a/CHANGELOG.md b/CHANGELOG.md index 380a41e..aef5e83 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). +#### [v4.1.3](https://github.com/collective/volto-dropdownmenu/compare/v4.1.2...v4.1.3) + +- fix: match path [`#32`](https://github.com/collective/volto-dropdownmenu/pull/32) + #### [v4.1.2](https://github.com/collective/volto-dropdownmenu/compare/v4.1.1...v4.1.2) +> 8 April 2024 + - chore: lazy loading /manage components [`#31`](https://github.com/collective/volto-dropdownmenu/pull/31) +- Release 4.1.2 [`2c00e06`](https://github.com/collective/volto-dropdownmenu/commit/2c00e06e95decab87db0ab6b20ba0f0ba3a3a956) #### [v4.1.1](https://github.com/collective/volto-dropdownmenu/compare/v4.1.0...v4.1.1) diff --git a/package.json b/package.json index 5c21d6f..20794fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-dropdownmenu", - "version": "4.1.2", + "version": "4.1.3", "description": "Volto addon for a customizable dropdown menu", "main": "src/index.js", "repository": "https://github.com/collective/volto-dropdownmenu.git",