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 c3a8deb commit b68bc38Copy full SHA for b68bc38
HISTORY.md
@@ -1,5 +1,10 @@
1
# History
2
3
+## 0.3.1
4
+- Added babel runtime to deps
5
+- [#1] Removed unused use strict
6
+- Bump deps
7
+
8
## 0.3.0
9
- Can now uses the recaptcha functions `getValue` `reset` directly from Wrapper without `getComponent` first.
10
- bump deps
package.json
@@ -1,6 +1,6 @@
{
"name": "react-google-recaptcha",
- "version": "0.3.0",
+ "version": "0.3.1",
"description": "React Component Wrapper for Google reCAPTCHA",
"main": "lib/recaptcha-wrapper.js",
"directories": {
0 commit comments