diff --git a/CHANGELOG.md b/CHANGELOG.md index 60ad44e..e7cd786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.10](https://github.com/antokara/react-recaptcha-x/compare/v1.1.9...v1.1.10) (2020-09-12) + + +### Bug Fixes + +* **npm packages:** upgrade ([78c275f](https://github.com/antokara/react-recaptcha-x/commit/78c275fe3325b4d4bfa1bae161050b43ea663108)) + ## [1.1.9](https://github.com/antokara/react-recaptcha-x/compare/v1.1.8...v1.1.9) (2020-08-02) diff --git a/package-lock.json b/package-lock.json index 2704e8c..d9c9f43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-recaptcha-x", - "version": "1.1.9", + "version": "1.1.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1014d3f..207f9b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-recaptcha-x", - "version": "1.1.9", + "version": "1.1.10", "description": "a React component for Google's reCAPTCHA v3 and v2 (checkbox) component", "main": "./dist/index.js", "scripts": {