From d29a1a7419ca54f1ce4c35290577dfa304aabd3c Mon Sep 17 00:00:00 2001 From: mvrlin Date: Thu, 11 Mar 2021 13:58:17 +0300 Subject: [PATCH] chore(release): 1.0.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4b2231..2ef3e63 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.0.2](https://github.com/nuxt-community/recaptcha-module/compare/v1.0.1...v1.0.2) (2021-03-11) + + +### Bug Fixes + +* use module language in V3 ([#80](https://github.com/nuxt-community/recaptcha-module/issues/80)) ([3812045](https://github.com/nuxt-community/recaptcha-module/commit/3812045)) + + + ## [1.0.1](https://github.com/nuxt-community/recaptcha-module/compare/v1.0.0...v1.0.1) (2021-02-17) diff --git a/package.json b/package.json index cb5468e..c38d78b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/recaptcha", - "version": "1.0.1", + "version": "1.0.2", "description": "Simple and easy Google reCAPTCHA integration with Nuxt.js", "keywords": [ "nuxtjs",