diff --git a/.version b/.version
index a2eb3b743..45acb8db7 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-v14.2.1
\ No newline at end of file
+v14.2.2
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 23eb98b28..ffab921f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log
+## [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)
+
+**Fixed**
+- Fix: Auth0-Lock Error with React 19 and Nextjs 15 [\#2701](https://github.com/auth0/lock/pull/2701) ([ankita10119](https://github.com/ankita10119))
+
## [v14.2.1](https://github.com/auth0/lock/tree/v14.2.1) (2025-12-03)
[Full Changelog](https://github.com/auth0/lock/compare/v14.2.0...v14.2.1)
diff --git a/README.md b/README.md
index 0b6bdc803..62660dafe 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 cc452b752..2bcbce57e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "auth0-lock",
- "version": "14.2.1",
+ "version": "14.2.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "auth0-lock",
- "version": "14.2.1",
+ "version": "14.2.2",
"license": "MIT",
"dependencies": {
"auth0-js": "^9.29.0",
diff --git a/package.json b/package.json
index b2c9ae430..f800742de 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "auth0-lock",
- "version": "14.2.1",
+ "version": "14.2.2",
"description": "Auth0 Lock",
"author": "Auth0 (http://auth0.com)",
"license": "MIT",