Skip to content

Commit

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

### Bug Fixes

* **packages:** update npm packages ([ad753e4](ad753e4))
* **recaptcha provider:** handle remount ([e72f95b](e72f95b)), closes [#37](#37) [#37](#37) [#37](#37)
  • Loading branch information
antokara committed Jun 14, 2020
1 parent ad753e4 commit d746f50
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.1.7](https://github.com/antokara/react-recaptcha-x/compare/v1.1.6...v1.1.7) (2020-06-14)


### Bug Fixes

* **packages:** update npm packages ([ad753e4](https://github.com/antokara/react-recaptcha-x/commit/ad753e465b74277bd7945e7453ddea8bf57fa862))
* **recaptcha provider:** handle remount ([e72f95b](https://github.com/antokara/react-recaptcha-x/commit/e72f95b14b10e0a5934befb683ad389111293c9c)), closes [#37](https://github.com/antokara/react-recaptcha-x/issues/37) [#37](https://github.com/antokara/react-recaptcha-x/issues/37) [#37](https://github.com/antokara/react-recaptcha-x/issues/37)

## [1.1.6](https://github.com/antokara/react-recaptcha-x/compare/v1.1.5...v1.1.6) (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.6",
"version": "1.1.7",
"description": "a React component for Google's reCAPTCHA v3 and v2 (checkbox) component",
"main": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit d746f50

Please sign in to comment.