diff --git a/CHANGELOG.md b/CHANGELOG.md index 538f1d3..9b9ba7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,20 @@ 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). -### [1.0.0](https://github.com/collective/volto-social-settings/compare/0.1.0...1.0.0) +#### [v2.0.0](https://github.com/collective/volto-social-settings/compare/v1.0.0...v2.0.0) + +- New social settings [`#2`](https://github.com/collective/volto-social-settings/pull/2) +- fix package imports [`b6d7f34`](https://github.com/collective/volto-social-settings/commit/b6d7f34a939e57be9af7e42906dc57088ee4716e) +- chore(releaseit): skip npm publish [`aa5bbe9`](https://github.com/collective/volto-social-settings/commit/aa5bbe9de7ea7dc7bea9103b480416af0b514d1f) +- fix package imports [`e523e32`](https://github.com/collective/volto-social-settings/commit/e523e3227a95397bb23caa5a2b5d7c4d5f322af1) + +### [v1.0.0](https://github.com/collective/volto-social-settings/compare/0.1.0...v1.0.0) > 24 July 2020 - compatibility with volto 7 [`#1`](https://github.com/collective/volto-social-settings/pull/1) - preparing for release [`c8c73fa`](https://github.com/collective/volto-social-settings/commit/c8c73fa3daff2ce87368817a5bcb2d6d13a740fa) +- Release 1.0.0 [`5c32f98`](https://github.com/collective/volto-social-settings/commit/5c32f9897d47d4e8675b47cb7d7d9e09a2b6c5ea) - fix exports [`dfb3072`](https://github.com/collective/volto-social-settings/commit/dfb30722eb2456daef952f2a40b2fc7917001c05) - fix exports [`58713ea`](https://github.com/collective/volto-social-settings/commit/58713ea411f180963654724a4e9b14fd57b9d130) diff --git a/package.json b/package.json index 63fb0ef..0b14e1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-social-settings", - "version": "1.0.0", + "version": "2.0.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",