From 549e7507bf04487d6cc60140b79f6d94ce5d300a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Sep 2022 15:53:53 +0000 Subject: [PATCH] chore(master): release 2.0.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf0f9214c..1cbfa04ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.3](https://github.com/DanSnow/vue-recaptcha/compare/v2.0.2...v2.0.3) (2022-09-17) + + +### Bug Fixes + +* upgrade vue-demi to v0.13.11 to fix vue 2.7 warning ([d86f072](https://github.com/DanSnow/vue-recaptcha/commit/d86f072e1bb620f23e03aeaf1732b80074fdc7ed)) + ## [2.0.2](https://github.com/DanSnow/vue-recaptcha/compare/v2.0.1...v2.0.2) (2022-09-17) diff --git a/package.json b/package.json index 201a899d0..2edaef9f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-recaptcha", - "version": "2.0.2", + "version": "2.0.3", "description": "ReCAPTCHA vue component", "types": "types/index.d.ts", "module": "dist/vue-recaptcha.es.js",