Skip to content

Commit 9756504

Browse files
chore(v3): release 1.0.0
1 parent 3464ff3 commit 9756504

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/vue-recaptcha": "3.0.0"
2+
"packages/vue-recaptcha": "1.0.0"
33
}

packages/vue-recaptcha/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.0.0 (2025-07-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **performance:** Google reCaptcha redundant loading ([304c76a](https://github.com/DanSnow/vue-recaptcha/commit/304c76a3fe8675b3f6699820825482442e83ed58))
9+
310
## [2.0.3](https://github.com/DanSnow/vue-recaptcha/compare/v2.0.2...v2.0.3) (2022-09-17)
411

512

packages/vue-recaptcha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-recaptcha",
3-
"version": "3.0.0-alpha.6",
3+
"version": "1.0.0",
44
"packageManager": "[email protected]",
55
"description": "ReCAPTCHA vue component",
66
"author": "DanSnow",

0 commit comments

Comments
 (0)