Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nygardk committed Mar 30, 2018
1 parent ef67677 commit 1201306
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.1.0 (Mar 30, 2018)

* Fix: use `https` for TumblrShareCount
* Fix: use `url` as the default email body (instead of `subject`)
* Fix: invoke `beforeOnClick` also for EmailShareButton

## 2.0.0 (Jan 28, 2018)

* Major project refactoring (thanks @aautio!)
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",
"version": "2.1.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 1201306

Please sign in to comment.