Skip to content

Commit 01cc403

Browse files
committed
1.0.6
1 parent 917c002 commit 01cc403

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
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.0.6] - 2022-11-25
11+
1012
### Added
1113

1214
- Support for the new `onTimeout` callback
@@ -62,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6264

6365
Initial release.
6466

65-
[unreleased]: https://github.com/Le0Developer/react-turnstile/compare/v1.0.5...HEAD
67+
[unreleased]: https://github.com/Le0Developer/react-turnstile/compare/v1.0.6...HEAD
68+
[1.0.6]: https://github.com/le0developer/react-turnstile/compare/v1.0.5...v1.0.6
6669
[1.0.5]: https://github.com/le0developer/react-turnstile/compare/v1.0.4...v1.0.5
6770
[1.0.4]: https://github.com/le0developer/react-turnstile/compare/v1.0.3...v1.0.4
6871
[1.0.3]: https://github.com/le0developer/react-turnstile/compare/v1.0.2...v1.0.3

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)