Skip to content

Commit 53dff56

Browse files
authored
Release v14.2.5 (#2745)
**Fixed** - Fix: TypeError when CordovaAuth0Plugin is not a constructor (auth0-js 9.30.1+) [\#2742](#2742) ([ankita10119](https://github.com/ankita10119)) - Fix: TypeError in matchConnection for enterprise connections with no domains [\#2736](#2736) ([ankita10119](https://github.com/ankita10119))
1 parent bfa031b commit 53dff56

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v14.2.4
1+
v14.2.5

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [v14.2.5](https://github.com/auth0/lock/tree/v14.2.5) (2026-03-19)
4+
[Full Changelog](https://github.com/auth0/lock/compare/v14.2.4...v14.2.5)
5+
6+
**Fixed**
7+
- 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))
8+
- Fix: TypeError in matchConnection for enterprise connections with no domains [\#2736](https://github.com/auth0/lock/pull/2736) ([ankita10119](https://github.com/ankita10119))
9+
310
## [v14.2.4](https://github.com/auth0/lock/tree/v14.2.4) (2026-01-21)
411
[Full Changelog](https://github.com/auth0/lock/compare/v14.2.3...v14.2.4)
512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ From CDN
3131

3232
```html
3333
<!-- Latest patch release (recommended for production) -->
34-
<script src="https://cdn.auth0.com/js/lock/14.2.4/lock.min.js"></script>
34+
<script src="https://cdn.auth0.com/js/lock/14.2.5/lock.min.js"></script>
3535
```
3636

3737
### Configure Auth0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-lock",
3-
"version": "14.2.4",
3+
"version": "14.2.5",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <support@auth0.com> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)