Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Le0Developer committed Sep 24, 2024
1 parent 533e0b4 commit 07d5c84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.4] - 2024-09-24

### Added

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

Initial release.

[unreleased]: https://github.com/Le0Developer/react-turnstile/compare/v1.1.2...HEAD
[unreleased]: https://github.com/Le0Developer/react-turnstile/compare/v1.1.4...HEAD
[1.1.4]: https://github.com/le0developer/react-turnstile/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/le0developer/react-turnstile/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/le0developer/react-turnstile/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/le0developer/react-turnstile/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/le0developer/react-turnstile/compare/v1.0.6...v1.1.0
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": "react-turnstile",
"version": "1.1.3",
"version": "1.1.4",
"description": "React library for Cloudflare's Turnstile CAPTCHA alternative",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 07d5c84

Please sign in to comment.