Skip to content

Commit

Permalink
release: v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongkyuuuu committed Jan 9, 2024
1 parent 5c2cdbd commit 1031afa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
Empty file added .yarn/versions/f44dd3d6.yml
Empty file.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## <small>2.0.2 (2024-01-09)</small>

* 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)
* build: add release script and ci ([6335274](https://github.com/dongkyuuuu/vue3-recaptcha-v2/commit/6335274))
* build: in release.sh wrong read -p options fixed ([ac3a4d2](https://github.com/dongkyuuuu/vue3-recaptcha-v2/commit/ac3a4d2))
* build: miss new version fixed ([af431b0](https://github.com/dongkyuuuu/vue3-recaptcha-v2/commit/af431b0))
* release: v ([3d7b6c7](https://github.com/dongkyuuuu/vue3-recaptcha-v2/commit/3d7b6c7))
* docs: vue3 install example fixed ([5fa631b](https://github.com/dongkyuuuu/vue3-recaptcha-v2/commit/5fa631b))



## <small>2.0.1 (2023-09-13)</small>

* build: add release script and ci ([6335274](https://github.com/dongkyuuuu/vue3-recaptcha-v2/commit/6335274))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-recaptcha-v2",
"version": "2.0.1",
"version": "2.0.2",
"description": "reCAPTCHA for Vue3 : CompositionAPI, Types",
"type": "module",
"main": "./dist/index.umd.cjs",
Expand Down

0 comments on commit 1031afa

Please sign in to comment.