Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nygardk committed Jan 28, 2018
1 parent ec1fb8b commit 1992796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1992796

Please sign in to comment.