diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a8a1c92..3be3f58b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.0.0-beta.0 (Jan 21, 2018) +## 2.0.0 (Jan 28, 2018) * Major project refactoring (thanks @aautio!) * CommonJS modules are buit to `./lib`, es-modules are built to `./es` diff --git a/package.json b/package.json index fc8d4ff7..eaa2daf3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-share", - "version": "2.0.0-beta.0", + "version": "2.0.0", "description": "Social media share buttons and share counts for React.", "main": "./lib/index.js", "module": "./es/index.js",