diff --git a/HISTORY.md b/HISTORY.md index d9a44db..4a42822 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 29206ad..40ac0c5 100644 --- a/package.json +++ b/package.json @@ -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": {