diff --git a/.version b/.version index 91e062056..6f8d461e1 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v14.2.4 \ No newline at end of file +v14.2.5 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f8f0eadab..e29b78eef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [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) + +**Fixed** +- Fix: TypeError when CordovaAuth0Plugin is not a constructor (auth0-js 9.30.1+) [\#2742](https://github.com/auth0/lock/pull/2742) ([ankita10119](https://github.com/ankita10119)) +- Fix: TypeError in matchConnection for enterprise connections with no domains [\#2736](https://github.com/auth0/lock/pull/2736) ([ankita10119](https://github.com/ankita10119)) + ## [v14.2.4](https://github.com/auth0/lock/tree/v14.2.4) (2026-01-21) [Full Changelog](https://github.com/auth0/lock/compare/v14.2.3...v14.2.4) diff --git a/README.md b/README.md index 623932c61..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 25ec786b5..434d91222 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-lock", - "version": "14.2.4", + "version": "14.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "auth0-lock", - "version": "14.2.4", + "version": "14.2.5", "license": "MIT", "dependencies": { "auth0-js": "^9.29.0", diff --git a/package.json b/package.json index 93580450b..c1fb27f71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-lock", - "version": "14.2.4", + "version": "14.2.5", "description": "Auth0 Lock", "author": "Auth0 (http://auth0.com)", "license": "MIT",