Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Le0Developer committed Oct 5, 2022
1 parent b52211e commit d9da3df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 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.0.3] - 2022-10-05

### Fixed

- Race condition by using `useRef` instead of `createRef` (#4)
Expand Down Expand Up @@ -40,7 +42,8 @@ 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.0.2...HEAD
[unreleased]: https://github.com/Le0Developer/react-turnstile/compare/v1.0.3...HEAD
[1.0.2]: https://github.com/le0developer/react-turnstile/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/le0developer/react-turnstile/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/le0developer/react-turnstile/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/Le0Developer/react-turnstile/releases/tag/v1.0.0
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.0.2",
"version": "1.0.3",
"description": "React library for Cloudflare's Turnstile CAPTCHA alternative",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit d9da3df

Please sign in to comment.