diff --git a/CHANGELOG.md b/CHANGELOG.md index 68cdbbc..e5d0fa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,17 @@ 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). +#### [v1.2.1](https://github.com/collective/volto-dropdownmenu/compare/v1.2.0...v1.2.1) + +- dev: dropdown menu close button mobile hidden [`261d0e0`](https://github.com/collective/volto-dropdownmenu/commit/261d0e0d2a190301dadf89b96e9da4225185b1c3) + #### [v1.2.0](https://github.com/collective/volto-dropdownmenu/compare/v1.1.0...v1.2.0) +> 12 October 2020 + - close mobile menu when clicking on link inside menu [`#6`](https://github.com/collective/volto-dropdownmenu/pull/6) - dev: added close button in dropdown menu [`2a0d962`](https://github.com/collective/volto-dropdownmenu/commit/2a0d96237016a0436466c5f46c2dcbe3afed0005) +- Release 1.2.0 [`3c8ff60`](https://github.com/collective/volto-dropdownmenu/commit/3c8ff609b9217f9f5142ea0bc44f811cefe3dadb) - fix: button content with icon [`a891422`](https://github.com/collective/volto-dropdownmenu/commit/a8914222b0bbd7761d55cecdf0611cb7821fefb8) - fix: selector for click handler to close menu [`85532c2`](https://github.com/collective/volto-dropdownmenu/commit/85532c2354f163c7b92771763d1f1a87552eb972) diff --git a/package.json b/package.json index e9d0c6b..71c1f9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-dropdownmenu", - "version": "1.2.0", + "version": "1.2.1", "description": "Volto addon for a customizable dropdown menu", "main": "src/index.js", "repository": "https://github.com/collective/volto-dropdownmenu.git",