Comparing version 0.1.0-beta.0 to 0.1.0-beta.1
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="0.1.0-beta.1"></a> | ||
# [0.1.0-beta.1](https://github.com/sarneeh/reaptcha/compare/v0.1.0-beta.0...v0.1.0-beta.1) (2018-06-13) | ||
### Bug Fixes | ||
* don't reset on execution ([8047e1e](https://github.com/sarneeh/reaptcha/commit/8047e1e)) | ||
* reset recaptcha before execute ([e75a355](https://github.com/sarneeh/reaptcha/commit/e75a355)) | ||
<a name="0.1.0-beta.0"></a> | ||
@@ -8,0 +20,0 @@ # 0.1.0-beta.0 (2018-06-12) |
@@ -290,3 +290,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
window.grecaptcha.execute(_this6.id); | ||
return resolve(); | ||
resolve(); | ||
} | ||
@@ -293,0 +293,0 @@ return reject('This recaptcha instance did not render yet.'); |
@@ -290,3 +290,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
window.grecaptcha.execute(_this6.id); | ||
return resolve(); | ||
resolve(); | ||
} | ||
@@ -293,0 +293,0 @@ return reject('This recaptcha instance did not render yet.'); |
{ | ||
"name": "reaptcha", | ||
"version": "0.1.0-beta.0", | ||
"version": "0.1.0-beta.1", | ||
"description": "Google reCAPTCHA for React", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:sarneeh/reaptcha.git", |
23714