From d35fc01945052163b199072583ae6a10858998a7 Mon Sep 17 00:00:00 2001 From: Antonios Date: Mon, 6 Apr 2020 02:15:29 +0000 Subject: [PATCH] chore(release): 1.1.3 [skip ci] ## [1.1.3](https://github.com/antokara/react-recaptcha-x/compare/v1.1.2...v1.1.3) (2020-04-06) ### Bug Fixes * **packages:** update npm packages ([a626c47](https://github.com/antokara/react-recaptcha-x/commit/a626c47974899d3dc1362028fd891d42610ba4b2)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b7354c..b67a73a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.3](https://github.com/antokara/react-recaptcha-x/compare/v1.1.2...v1.1.3) (2020-04-06) + + +### Bug Fixes + +* **packages:** update npm packages ([a626c47](https://github.com/antokara/react-recaptcha-x/commit/a626c47974899d3dc1362028fd891d42610ba4b2)) + ## [1.1.2](https://github.com/antokara/react-recaptcha-x/compare/v1.1.1...v1.1.2) (2020-03-17) diff --git a/package-lock.json b/package-lock.json index ea0f9ed..5a28082 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-recaptcha-x", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4dee870..780557d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-recaptcha-x", - "version": "1.1.2", + "version": "1.1.3", "description": "a React component for Google's reCAPTCHA v3 and v2 (checkbox) component", "main": "./dist/index.js", "scripts": {