diff --git a/.changeset/small-students-trade.md b/.changeset/small-students-trade.md deleted file mode 100644 index 0dc2ec1..0000000 --- a/.changeset/small-students-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"qwik-turnstile": patch ---- - -FEAT: added `useTurnstile`, `resetTurnstile` and `verifyTurnstile` diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cf2a022 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# qwik-turnstile + +## 0.0.1 + +### Patch Changes + +- ✨ added `useTurnstile`, `resetTurnstile` and `verifyTurnstile` (by [@shairez](https://github.com/shairez) in [`74dfa09`](https://github.com/qwikifiers/qwik-turnstile/commit/74dfa0983da077e3cd579ab3e4b6b47549467863)) diff --git a/package.json b/package.json index f0ac2ee..b1cd3c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qwik-turnstile", - "version": "0.0.0", + "version": "0.0.1", "description": "Qwik integration with Cloudflare Turnstile", "main": "./lib/index.qwik.mjs", "qwik": "./lib/index.qwik.mjs",