diff --git a/.version b/.version
index 45acb8db7..973e887b5 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-v14.2.2
\ No newline at end of file
+v14.2.3
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ffab921f6..7c0c3a314 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log
+## [v14.2.3](https://github.com/auth0/lock/tree/v14.2.3) (2026-01-12)
+[Full Changelog](https://github.com/auth0/lock/compare/v14.2.2...v14.2.3)
+
+**Added**
+- feat: add too_many_attempts error to passwordless [\#2700](https://github.com/auth0/lock/pull/2700) ([avamachado-okta](https://github.com/avamachado-okta))
+
+**Changed**
+- Update: Upgrade Node.js from 18 to 22 [\#2711](https://github.com/auth0/lock/pull/2711) ([ankita10119](https://github.com/ankita10119))
+
## [v14.2.2](https://github.com/auth0/lock/tree/v14.2.2) (2025-12-16)
[Full Changelog](https://github.com/auth0/lock/compare/v14.2.1...v14.2.2)
diff --git a/README.md b/README.md
index 62660dafe..d286e1642 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ From CDN
```html
-
+
```
### Configure Auth0
diff --git a/package-lock.json b/package-lock.json
index 21189b60e..11080edac 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "auth0-lock",
- "version": "14.2.2",
+ "version": "14.2.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "auth0-lock",
- "version": "14.2.2",
+ "version": "14.2.3",
"license": "MIT",
"dependencies": {
"auth0-js": "^9.29.0",
diff --git a/package.json b/package.json
index 081e362b1..a97ae0260 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "auth0-lock",
- "version": "14.2.2",
+ "version": "14.2.3",
"description": "Auth0 Lock",
"author": "Auth0 (http://auth0.com)",
"license": "MIT",