From c3122a5a574c63bc120a5752769ba092fee53bac Mon Sep 17 00:00:00 2001 From: mvrlin Date: Tue, 21 Mar 2023 17:31:51 +0300 Subject: [PATCH] chore(release): 1.1.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f36d7f8..e80675d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [1.1.2](https://github.com/nuxt-community/recaptcha-module/compare/v1.1.1...v1.1.2) (2023-03-21) + + +### Bug Fixes + +* **types:** add missing optional properties to ReCaptchaOptions interface ([#121](https://github.com/nuxt-community/recaptcha-module/issues/121)) ([9370bd2](https://github.com/nuxt-community/recaptcha-module/commit/9370bd2)) + + + ## [1.1.1](https://github.com/nuxt-community/recaptcha-module/compare/v1.1.0...v1.1.1) (2022-05-24) diff --git a/package.json b/package.json index 3920bc9..59fa4ce 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/recaptcha", - "version": "1.1.1", + "version": "1.1.2", "description": "Simple and easy Google reCAPTCHA integration with Nuxt.js", "keywords": [ "nuxtjs",