Skip to content

Commit c809a7d

Browse files
committed
updated react-async-script
1 parent 7480742 commit c809a7d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#History
22

3+
##0.2.2
4+
- Bump react-async-script (bug 0.2.1)
5+
36
##0.2.1
47
- Small lint fixes
58
- Updated react-async-script

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-google-recaptcha",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "React Component Wrapper for Google reCAPTCHA",
55
"main": "lib/recaptcha-wrapper.js",
66
"directories": {
@@ -60,6 +60,6 @@
6060
"yargs": "~3.7.1"
6161
},
6262
"dependencies": {
63-
"react-async-script": "~0.2.1"
63+
"react-async-script": "~0.2.2"
6464
}
6565
}

0 commit comments

Comments
 (0)