diff --git a/CHANGELOG.md b/CHANGELOG.md index e91ef1e..7caaaa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +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). +#### [v3.0.0](https://github.com/collective/volto-secondarymenu/compare/v2.2.0...v3.0.0) + +- refactor: upgraded dependencies and babel config for volto 16 [`#5`](https://github.com/collective/volto-secondarymenu/pull/5) +- cfix: added npm publish true [`5f627bd`](https://github.com/collective/volto-secondarymenu/commit/5f627bd127746544d62a21f32de2008a3f6eacd5) + #### [v2.2.0](https://github.com/collective/volto-secondarymenu/compare/v2.1.5...v2.2.0) > 26 October 2021 - chore: updated to volto14 [`4874dec`](https://github.com/collective/volto-secondarymenu/commit/4874dec44c7af1eb67a42341445c57c3660ff69a) +- Release 2.2.0 [`a942b8e`](https://github.com/collective/volto-secondarymenu/commit/a942b8e61890973bf0f3ef6f0908ada65ea01d3d) #### [v2.1.5](https://github.com/collective/volto-secondarymenu/compare/v2.1.4...v2.1.5) diff --git a/package.json b/package.json index 40c6ccd..01a1a6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-secondarymenu", - "version": "2.2.0", + "version": "3.0.0", "description": "Volto addon for a customizable secondary menu", "main": "src/index.js", "repository": "https://github.com/collective/volto-secondarymenu.git",