From b6d76c0f1744ba949f7625a07fb533ce8afe022e Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Mon, 13 Nov 2023 14:02:30 +0100 Subject: [PATCH] Release v12.2.1 (#2493) **Security** - Bump auth0-js to solve crypto-js vulnerability [\#2492](https://github.com/auth0/lock/pull/2492) ([frederikprijck](https://github.com/frederikprijck)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",