Skip to content

Commit

Permalink
chore(release): 1.1.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.6](v1.1.5...v1.1.6) (2020-06-07)

### Bug Fixes

* **grecaptcha:** correct return type of execute ([609ab88](609ab88))
  • Loading branch information
antokara committed Jun 7, 2020
1 parent 609ab88 commit d49e44c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.6](https://github.com/antokara/react-recaptcha-x/compare/v1.1.5...v1.1.6) (2020-06-07)


### Bug Fixes

* **grecaptcha:** correct return type of execute ([609ab88](https://github.com/antokara/react-recaptcha-x/commit/609ab88bdd70994d15e354bc4ab644df48ecefda))

## [1.1.5](https://github.com/antokara/react-recaptcha-x/compare/v1.1.4...v1.1.5) (2020-06-07)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-recaptcha-x",
"version": "1.1.5",
"version": "1.1.6",
"description": "a React component for Google's reCAPTCHA v3 and v2 (checkbox) component",
"main": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit d49e44c

Please sign in to comment.