diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a664e8a1..3fb40354a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [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) + +**Changed** +- FDR-487 - feat: update microsoft button [\#2259](https://github.com/auth0/lock/pull/2259) ([jamescgarrett](https://github.com/jamescgarrett)) + ## [v12.0.0](https://github.com/auth0/lock/tree/v12.0.0) (2023-01-20) [Full Changelog](https://github.com/auth0/lock/compare/v11.35.0...v12.0.0) diff --git a/README.md b/README.md index 1cb412994..ba4cc9f7f 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 13906301f..e70956676 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-lock", - "version": "12.0.0", + "version": "12.0.1", "description": "Auth0 Lock", "author": "Auth0 (http://auth0.com)", "license": "MIT",