diff --git a/CHANGELOG.md b/CHANGELOG.md index a30c61b..2fd0f8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +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). +#### [v2.2.0](https://github.com/collective/volto-social-settings/compare/v2.1.2...v2.2.0) + +- chore: upgrade to volto 14, use @plone/script i18n [`#6`](https://github.com/collective/volto-social-settings/pull/6) + #### [v2.1.2](https://github.com/collective/volto-social-settings/compare/v2.1.1...v2.1.2) > 14 October 2021 - Fix default value [`#5`](https://github.com/collective/volto-social-settings/pull/5) +- Release 2.1.2 [`87ba7a4`](https://github.com/collective/volto-social-settings/commit/87ba7a4869adf56b3988d0af150cfdb615740901) #### [v2.1.1](https://github.com/collective/volto-social-settings/compare/v2.1.0...v2.1.1) diff --git a/package.json b/package.json index af70077..4a896e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-social-settings", - "version": "2.1.2", + "version": "2.2.0", "description": "Addon for Volto to manage a list of social network links", "main": "src/index.js", "repository": "https://github.com/collective/volto-social-settings.git",