diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 4fda9464d..f6c7ff9bd 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -18,7 +18,10 @@ jobs:
release:
uses: ./.github/workflows/npm-release.yml
with:
- node-version: 22
+ # Pinned to 22.22.1 — 22.22.2 has a regression (nodejs/node#62425) where
+ # the bundled npm is missing promise-retry, breaking npm install -g npm@11.
+ # Revert to node-version: 22 once the upstream fix is released.
+ node-version: 22.22.1
require-build: true
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.version b/.version
index 2d0c8c63c..6f8d461e1 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-v14.3.0
\ No newline at end of file
+v14.2.5
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7bb77450c..e29b78eef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,20 +1,5 @@
# Change Log
-## [v14.3.0](https://github.com/auth0/lock/tree/v14.3.0) (2026-04-06)
-[Full Changelog](https://github.com/auth0/lock/compare/v14.2.5...v14.3.0)
-
-**Added**
-- feat(types): ship TypeScript definitions directly from the lock repo, supersedes `@types/auth0-lock` [\#2763](https://github.com/auth0/lock/pull/2763) ([ankita10119](https://github.com/ankita10119))
-
-**Changed**
-- chore(deps): upgrade webpack-dev-server to v5, auth0-password-policies to 3.1.0, and fix dev setup [\#2771](https://github.com/auth0/lock/pull/2771) ([ankita10119](https://github.com/ankita10119))
-
-**Deprecated**
-- chore: remove deprecated yammer, renren, miicard strategies [\#2747](https://github.com/auth0/lock/pull/2747) ([omarquazi-okta](https://github.com/omarquazi-okta))
-
-**Fixed**
-- Fix: TypeError in matchConnection and findADConnectionWithoutDomain for enterprise connections with null/undefined domains (#2749) [\#2758](https://github.com/auth0/lock/pull/2758) ([ankita10119](https://github.com/ankita10119))
-
## [v14.2.5](https://github.com/auth0/lock/tree/v14.2.5) (2026-03-19)
[Full Changelog](https://github.com/auth0/lock/compare/v14.2.4...v14.2.5)
diff --git a/README.md b/README.md
index 118e5b292..cf964f793 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 845f78db3..53d4735b2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "auth0-lock",
- "version": "14.3.0",
+ "version": "14.2.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "auth0-lock",
- "version": "14.3.0",
+ "version": "14.2.5",
"license": "MIT",
"dependencies": {
"auth0-js": "^9.29.0",
diff --git a/package.json b/package.json
index ca6951ff3..e867068aa 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "auth0-lock",
- "version": "14.3.0",
+ "version": "14.2.5",
"description": "Auth0 Lock",
"author": "Auth0 (http://auth0.com)",
"license": "MIT",