Skip to content

Commit bba3dc6

Browse files
committed
v1.1.0
1 parent 37dc391 commit bba3dc6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

HISTORY.md

Lines changed: 4 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.0] - 2023-03-09
11+
1012
### Added
1113

1214
- `refreshExpired` option
@@ -85,7 +87,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8587

8688
Initial release.
8789

88-
[unreleased]: https://github.com/Le0Developer/react-turnstile/compare/v1.0.6...HEAD
90+
[unreleased]: https://github.com/Le0Developer/react-turnstile/compare/v1.1.0...HEAD
91+
[1.1.0]: https://github.com/le0developer/react-turnstile/compare/v1.0.6...v1.1.0
8992
[1.0.6]: https://github.com/le0developer/react-turnstile/compare/v1.0.5...v1.0.6
9093
[1.0.5]: https://github.com/le0developer/react-turnstile/compare/v1.0.4...v1.0.5
9194
[1.0.4]: https://github.com/le0developer/react-turnstile/compare/v1.0.3...v1.0.4

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.0.6",
3+
"version": "1.1.0",
44
"description": "React library for Cloudflare's Turnstile CAPTCHA alternative",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)