From 002c36fc64d72c8e4de8164ee3b8e562813ff10e Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Fri, 6 Oct 2023 12:49:45 +0200 Subject: [PATCH] Release v12.3.0 (#2460) --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34423c486..55abdfcbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [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) + +**Added** +- [IAMRISK-2603] Add support for Arkose [\#2455](https://github.com/auth0/lock/pull/2455) ([srijonsaha](https://github.com/srijonsaha)) + ## [v12.2.0](https://github.com/auth0/lock/tree/v12.2.0) (2023-09-15) [Full Changelog](https://github.com/auth0/lock/compare/v12.1.0...v12.2.0) diff --git a/README.md b/README.md index 08e860d6a..5e146c811 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 c802b7ee2..cac01959c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-lock", - "version": "12.2.0", + "version": "12.3.0", "description": "Auth0 Lock", "author": "Auth0 (http://auth0.com)", "license": "MIT",