diff --git a/CHANGELOG.md b/CHANGELOG.md index 55abdfcbd..daa3651a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v12.2.1](https://github.com/auth0/lock/tree/v12.2.1) (2023-11-13) +[Full Changelog](https://github.com/auth0/lock/compare/v12.2.0...v12.2.1) + +**Security** +- Bump auth0-js to solve crypto-js vulnerability [\#2492](https://github.com/auth0/lock/pull/2492) ([frederikprijck](https://github.com/frederikprijck)) + ## [v12.3.0](https://github.com/auth0/lock/tree/v12.3.0) (2023-10-06) [Full Changelog](https://github.com/auth0/lock/compare/v12.2.0...v12.3.0) diff --git a/package.json b/package.json index 69b5816d2..40b2130d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-lock", - "version": "12.3.0", + "version": "12.2.1", "description": "Auth0 Lock", "author": "Auth0 (http://auth0.com)", "license": "MIT",