Skip to content

Commit dd1461a

Browse files
committed
release: v2.1.0
1 parent 1a2e3a4 commit dd1461a

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.yarn/versions/59525c03.yml

Whitespace-only changes.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.1.0 (2024-11-05)
2+
3+
* feat: update siteKey dynamically (#15) ([1a2e3a4](https://github.com/dongkyuuuu/vue3-recaptcha-v2/commit/1a2e3a4)), closes [#15](https://github.com/dongkyuuuu/vue3-recaptcha-v2/issues/15)
4+
5+
6+
17
## <small>2.0.2 (2024-01-09)</small>
28

39
* fix: create script function is call duplicate (#12) ([5c2cdbd](https://github.com/dongkyuuuu/vue3-recaptcha-v2/commit/5c2cdbd)), closes [#12](https://github.com/dongkyuuuu/vue3-recaptcha-v2/issues/12)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-recaptcha-v2",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"description": "reCAPTCHA for Vue3 : CompositionAPI, Types",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",

0 commit comments

Comments
 (0)