Skip to content

Commit c5f10df

Browse files
committed
Bump v1.0.0
1 parent 6a8af35 commit c5f10df

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
v1.0.0-rc.3 - Pending
1+
v1.0.0 - Fri, 17 Aug 2018 18:11:00 PST
22
---------------------------------------
33

44
- Update to react-async-script 1.0 [(#94)](https://github.com/dozoisch/react-google-recaptcha/pull/94)
5-
- Add on Error [(#93)](https://github.com/dozoisch/react-google-recaptcha/pull/93)
5+
- Add on Error [(#97)](https://github.com/dozoisch/react-google-recaptcha/pull/97)
66
- Update build tools
77
- Node 8 [(#95)](https://github.com/dozoisch/react-google-recaptcha/pull/95)
88
- Jest [(#95)](https://github.com/dozoisch/react-google-recaptcha/pull/95)
99
- Eslint/Prettier [(#96)](https://github.com/dozoisch/react-google-recaptcha/pull/96)
1010

1111

1212

13-
1413
v0.14.0 - Sun, 29 Jul 2018 19:20:03 GMT
1514
---------------------------------------
1615

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": "1.0.0-rc.3",
3+
"version": "1.0.0",
44
"description": "React Component Wrapper for Google reCAPTCHA",
55
"main": "lib/index.js",
66
"module": "lib/es/index.js",
@@ -59,6 +59,6 @@
5959
},
6060
"dependencies": {
6161
"prop-types": "^15.5.0",
62-
"react-async-script": "1.0.0-rc.1"
62+
"react-async-script": "^1.0.0"
6363
}
6464
}

0 commit comments

Comments
 (0)