From bba3dc6b09e73e36e1853ce8727779439e236c25 Mon Sep 17 00:00:00 2001 From: Leo Developer Date: Thu, 9 Mar 2023 14:58:30 +0100 Subject: [PATCH] v1.1.0 --- HISTORY.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index d30bff9..f241b18 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.0] - 2023-03-09 + ### Added - `refreshExpired` option @@ -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 diff --git a/package.json b/package.json index a469d95..9696ce5 100644 --- a/package.json +++ b/package.json @@ -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": {