We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7b95f commit 61b74adCopy full SHA for 61b74ad
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
7
## 4.2.0 (Jun 07, 2020)
8
9
- Added: `FacebookMessengerShareButton` docs are now included in the readme
package.json
@@ -1,6 +1,6 @@
{
"name": "react-share",
- "version": "4.2.0",
+ "version": "4.2.1",
"description": "Social media share buttons and share counts for React.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
0 commit comments