From 95de0b7e36a751a97fb08db3abbc6f26da544ee9 Mon Sep 17 00:00:00 2001 From: Antonios Date: Sun, 18 Sep 2022 18:38:49 +0000 Subject: [PATCH] chore(release): 1.1.14 [skip ci] ## [1.1.14](https://github.com/antokara/react-recaptcha-x/compare/v1.1.13...v1.1.14) (2022-09-18) ### Bug Fixes * **npm audit:** resolve all issues ([72c7e0c](https://github.com/antokara/react-recaptcha-x/commit/72c7e0c2897573ef26e31e9c5554ffa8c67966c5)) * **npm-packages:** upgrade ([4c288ac](https://github.com/antokara/react-recaptcha-x/commit/4c288aca971cb55ff4b76766050de4271554d2fc)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c297b72..8715e83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.1.14](https://github.com/antokara/react-recaptcha-x/compare/v1.1.13...v1.1.14) (2022-09-18) + + +### Bug Fixes + +* **npm audit:** resolve all issues ([72c7e0c](https://github.com/antokara/react-recaptcha-x/commit/72c7e0c2897573ef26e31e9c5554ffa8c67966c5)) +* **npm-packages:** upgrade ([4c288ac](https://github.com/antokara/react-recaptcha-x/commit/4c288aca971cb55ff4b76766050de4271554d2fc)) + ## [1.1.13](https://github.com/antokara/react-recaptcha-x/compare/v1.1.12...v1.1.13) (2021-07-07) diff --git a/package-lock.json b/package-lock.json index f0e5b79..215d3cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-recaptcha-x", - "version": "1.1.13", + "version": "1.1.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-recaptcha-x", - "version": "1.1.13", + "version": "1.1.14", "license": "MIT", "devDependencies": { "@commitlint/cli": "^17.1.2", diff --git a/package.json b/package.json index cf127c4..4c653bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-recaptcha-x", - "version": "1.1.13", + "version": "1.1.14", "description": "a React component for Google's reCAPTCHA v3 and v2 (checkbox) component", "main": "./dist/index.js", "scripts": {