diff --git a/CHANGELOG.md b/CHANGELOG.md index e20ff99..9fcedf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.4](https://github.com/antokara/react-recaptcha-x/compare/v1.0.3...v1.0.4) (2019-07-11) + + +### Bug Fixes + +* **provider and components:** fix context prop type requirement ([34ed67c](https://github.com/antokara/react-recaptcha-x/commit/34ed67c)) +* **recaptcha v2:** optional props ([5461afc](https://github.com/antokara/react-recaptcha-x/commit/5461afc)) +* **recaptcha v2 interface props:** add html div props ([1e531f1](https://github.com/antokara/react-recaptcha-x/commit/1e531f1)) + ## [1.0.3](https://github.com/antokara/react-recaptcha-x/compare/v1.0.2...v1.0.3) (2019-07-05) diff --git a/package-lock.json b/package-lock.json index 5c0d775..8d767f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-recaptcha-x", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d283329..7e42bf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-recaptcha-x", - "version": "1.0.3", + "version": "1.0.4", "description": "a React component for Google's reCAPTCHA v3 and v2 (checkbox) component", "main": "./dist/index.js", "scripts": {