We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b5dad commit 549e750Copy full SHA for 549e750
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [2.0.3](https://github.com/DanSnow/vue-recaptcha/compare/v2.0.2...v2.0.3) (2022-09-17)
4
+
5
6
+### Bug Fixes
7
8
+* upgrade vue-demi to v0.13.11 to fix vue 2.7 warning ([d86f072](https://github.com/DanSnow/vue-recaptcha/commit/d86f072e1bb620f23e03aeaf1732b80074fdc7ed))
9
10
## [2.0.2](https://github.com/DanSnow/vue-recaptcha/compare/v2.0.1...v2.0.2) (2022-09-17)
11
12
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",
0 commit comments