Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Le0Developer committed Mar 9, 2023
1 parent 37dc391 commit bba3dc6
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.1.0] - 2023-03-09

### Added

- `refreshExpired` option
Expand Down Expand Up @@ -85,7 +87,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.6...HEAD
[unreleased]: https://github.com/Le0Developer/react-turnstile/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/le0developer/react-turnstile/compare/v1.0.6...v1.1.0
[1.0.6]: https://github.com/le0developer/react-turnstile/compare/v1.0.5...v1.0.6
[1.0.5]: https://github.com/le0developer/react-turnstile/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/le0developer/react-turnstile/compare/v1.0.3...v1.0.4
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.0.6",
"version": "1.1.0",
"description": "React library for Cloudflare's Turnstile CAPTCHA alternative",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit bba3dc6

Please sign in to comment.