From 9b178a991e55e2a67c8ac81123ad0860cbfeab70 Mon Sep 17 00:00:00 2001 From: mvrlin Date: Sun, 21 Mar 2021 22:16:19 +0300 Subject: [PATCH] chore(release): 1.0.4 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e464ed..45dc362 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.4](https://github.com/nuxt-community/recaptcha-module/compare/v1.0.3...v1.0.4) (2021-03-21) + + +### Bug Fixes + +* dataSize default overriding actual config ([#85](https://github.com/nuxt-community/recaptcha-module/issues/85)) ([a25daf7](https://github.com/nuxt-community/recaptcha-module/commit/a25daf7)) + + + ## [1.0.3](https://github.com/nuxt-community/recaptcha-module/compare/v1.0.2...v1.0.3) (2021-03-16) diff --git a/package.json b/package.json index 2c5464f..a602d1b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/recaptcha", - "version": "1.0.3", + "version": "1.0.4", "description": "Simple and easy Google reCAPTCHA integration with Nuxt.js", "keywords": [ "nuxtjs",