diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fb40354a..ae18004d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [v12.0.2](https://github.com/auth0/lock/tree/v12.0.2) (2023-02-10) +[Full Changelog](https://github.com/auth0/lock/compare/v12.0.1...v12.0.2) + +**Changed** +- Slight tweaks to Captcha input component handler methods + refresh button mask [\#2272](https://github.com/auth0/lock/pull/2272) ([stevehobbsdev](https://github.com/stevehobbsdev)) + +**Fixed** +- Fix for when component is undefined on unmount [\#2271](https://github.com/auth0/lock/pull/2271) ([codetheweb](https://github.com/codetheweb)) + ## [v12.0.1](https://github.com/auth0/lock/tree/v12.0.1) (2023-02-01) [Full Changelog](https://github.com/auth0/lock/compare/v12.0.0...v12.0.1) diff --git a/README.md b/README.md index ba4cc9f7f..307a68d96 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ From CDN ```html - + ``` ### Configure Auth0 diff --git a/package.json b/package.json index e70956676..e555e89b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-lock", - "version": "12.0.1", + "version": "12.0.2", "description": "Auth0 Lock", "author": "Auth0 (http://auth0.com)", "license": "MIT",