diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cf9f9c..1e2fa8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 7381502..e88b0fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-recaptcha-x", - "version": "1.1.6", + "version": "1.1.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4bc5555..11b3b60 100644 --- a/package.json +++ b/package.json @@ -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": {