Skip to content

Commit 6be3fd2

Browse files
authored
Release v14.2.3 (#2713)
**Added** - feat: add too_many_attempts error to passwordless [\#2700](#2700) ([avamachado-okta](https://github.com/avamachado-okta)) **Changed** - Update: Upgrade Node.js from 18 to 22 [\#2711](#2711) ([ankita10119](https://github.com/ankita10119))
1 parent 0a83bd9 commit 6be3fd2

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

.version

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

CHANGELOG.md

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

3+
## [v14.2.3](https://github.com/auth0/lock/tree/v14.2.3) (2026-01-12)
4+
[Full Changelog](https://github.com/auth0/lock/compare/v14.2.2...v14.2.3)
5+
6+
**Added**
7+
- feat: add too_many_attempts error to passwordless [\#2700](https://github.com/auth0/lock/pull/2700) ([avamachado-okta](https://github.com/avamachado-okta))
8+
9+
**Changed**
10+
- Update: Upgrade Node.js from 18 to 22 [\#2711](https://github.com/auth0/lock/pull/2711) ([ankita10119](https://github.com/ankita10119))
11+
312
## [v14.2.2](https://github.com/auth0/lock/tree/v14.2.2) (2025-12-16)
413
[Full Changelog](https://github.com/auth0/lock/compare/v14.2.1...v14.2.2)
514

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.2/lock.min.js"></script>
34+
<script src="https://cdn.auth0.com/js/lock/14.2.3/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.2",
3+
"version": "14.2.3",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <[email protected]> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)