Skip to content

Commit 24076b4

Browse files
committed
v1.0.4
1 parent b695fb9 commit 24076b4

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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.4] - 2022-10-11
11+
1012
### Changed
1113

1214
- `onLoad` callback now includes the turnstile widget id (#5)
@@ -46,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4648

4749
Initial release.
4850

49-
[unreleased]: https://github.com/Le0Developer/react-turnstile/compare/v1.0.3...HEAD
51+
[unreleased]: https://github.com/Le0Developer/react-turnstile/compare/v1.0.4...HEAD
52+
[1.0.4]: https://github.com/le0developer/react-turnstile/compare/v1.0.3...v1.0.4
5053
[1.0.3]: https://github.com/le0developer/react-turnstile/compare/v1.0.2...v1.0.3
5154
[1.0.2]: https://github.com/le0developer/react-turnstile/compare/v1.0.1...v1.0.2
5255
[1.0.1]: https://github.com/le0developer/react-turnstile/compare/v1.0.0...v1.0.1

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.3",
3+
"version": "1.0.4",
44
"description": "React library for Cloudflare's Turnstile CAPTCHA alternative",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)