Skip to content

Commit 0a7a283

Browse files
committed
v1.0.2
1 parent 6e8d84e commit 0a7a283

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

HISTORY.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.2] - 2022-10-05
11+
1012
### Added
1113

1214
- Experimental (undocumented) fields `responseField` and `responseFieldName` for controlling the `<input />` element generated by Turnstile.
@@ -34,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3436

3537
Initial release.
3638

37-
[unreleased]: https://github.com/Le0Developer/react-turnstile/compare/v1.0.1...HEAD
39+
[unreleased]: https://github.com/Le0Developer/react-turnstile/compare/v1.0.2...HEAD
40+
[1.0.2]: https://github.com/le0developer/react-turnstile/compare/v1.0.1...v1.0.2
3841
[1.0.1]: https://github.com/le0developer/react-turnstile/compare/v1.0.0...v1.0.1
3942
[1.0.0]: https://github.com/Le0Developer/react-turnstile/releases/tag/v1.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-turnstile",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "React library for Cloudflare's Turnstile CAPTCHA alternative",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)