From 2ec577ce70a9bfff95837ee1b31d2bdf1a19c676 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Mon, 13 Nov 2023 14:42:35 +0100 Subject: [PATCH] Fix version to be released (#2494) Fixes the version to be released, as the previous version is 12.3.0. --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daa3651a4..32601de87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # 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) +## [v12.3.1](https://github.com/auth0/lock/tree/v12.3.1) (2023-11-13) +[Full Changelog](https://github.com/auth0/lock/compare/v12.3.0...v12.3.1) **Security** - Bump auth0-js to solve crypto-js vulnerability [\#2492](https://github.com/auth0/lock/pull/2492) ([frederikprijck](https://github.com/frederikprijck)) diff --git a/package.json b/package.json index 40b2130d6..bc0e17469 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-lock", - "version": "12.2.1", + "version": "12.3.1", "description": "Auth0 Lock", "author": "Auth0 (http://auth0.com)", "license": "MIT",