Skip to content

Commit 61b74ad

Browse files
committed
version bump
1 parent 0b7b95f commit 61b74ad

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 4.2.1 (Jul 09, 2020)
4+
5+
- Fix: added internal `assert` utility to get rid of Node.js `assert` dependency (MINOR BREAKING CHANGE: the error thrown is slightly different)
6+
37
## 4.2.0 (Jun 07, 2020)
48

59
- Added: `FacebookMessengerShareButton` docs are now included in the readme

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-share",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "Social media share buttons and share counts for React.",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)