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 7480742 commit c809a7dCopy full SHA for c809a7d
HISTORY.md
@@ -1,5 +1,8 @@
1
#History
2
3
+##0.2.2
4
+- Bump react-async-script (bug 0.2.1)
5
+
6
##0.2.1
7
- Small lint fixes
8
- Updated react-async-script
package.json
@@ -1,6 +1,6 @@
{
"name": "react-google-recaptcha",
- "version": "0.2.1",
+ "version": "0.2.2",
"description": "React Component Wrapper for Google reCAPTCHA",
"main": "lib/recaptcha-wrapper.js",
"directories": {
@@ -60,6 +60,6 @@
60
"yargs": "~3.7.1"
61
},
62
"dependencies": {
63
- "react-async-script": "~0.2.1"
+ "react-async-script": "~0.2.2"
64
}
65
0 commit comments