diff --git a/CHANGELOG.md b/CHANGELOG.md index 19e4d2e..538f1d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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) + +> 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) +- fix exports [`dfb3072`](https://github.com/collective/volto-social-settings/commit/dfb30722eb2456daef952f2a40b2fc7917001c05) +- fix exports [`58713ea`](https://github.com/collective/volto-social-settings/commit/58713ea411f180963654724a4e9b14fd57b9d130) #### 0.1.0 diff --git a/package.json b/package.json index 5df5517..63fb0ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-social-settings", - "version": "0.1.0", + "version": "1.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",