Skip to content

Commit 07d5c84

Browse files
committed
v1.1.4
1 parent 533e0b4 commit 07d5c84

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

HISTORY.md

Lines changed: 5 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.1.4] - 2024-09-24
11+
1012
### Added
1113

1214
- `onSuccess` callback with the additional `preClearanceObtained` argument
@@ -135,7 +137,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
135137

136138
Initial release.
137139

138-
[unreleased]: https://github.com/Le0Developer/react-turnstile/compare/v1.1.2...HEAD
140+
[unreleased]: https://github.com/Le0Developer/react-turnstile/compare/v1.1.4...HEAD
141+
[1.1.4]: https://github.com/le0developer/react-turnstile/compare/v1.1.3...v1.1.4
142+
[1.1.3]: https://github.com/le0developer/react-turnstile/compare/v1.1.2...v1.1.3
139143
[1.1.2]: https://github.com/le0developer/react-turnstile/compare/v1.1.1...v1.1.2
140144
[1.1.1]: https://github.com/le0developer/react-turnstile/compare/v1.1.0...v1.1.1
141145
[1.1.0]: https://github.com/le0developer/react-turnstile/compare/v1.0.6...v1.1.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.1.3",
3+
"version": "1.1.4",
44
"description": "React library for Cloudflare's Turnstile CAPTCHA alternative",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)