Skip to content

Commit 5cae28e

Browse files
authored
Release v14.2.0 (#2686)
**Added** - feat: add Claude Code PR Review workflow [\#2679](#2679) ([ankita10119](https://github.com/ankita10119)) **Fixed** - fix: captcha not rendering for initial signup screen in classic login [\#2677](#2677) ([paebanks](https://github.com/paebanks))
1 parent 85d8cab commit 5cae28e

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.1.0
1+
v14.2.0

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.0](https://github.com/auth0/lock/tree/v14.2.0) (2025-10-21)
4+
[Full Changelog](https://github.com/auth0/lock/compare/v14.1.0...v14.2.0)
5+
6+
**Added**
7+
- feat: add Claude Code PR Review workflow [\#2679](https://github.com/auth0/lock/pull/2679) ([ankita10119](https://github.com/ankita10119))
8+
9+
**Fixed**
10+
- fix: captcha not rendering for initial signup screen in classic login [\#2677](https://github.com/auth0/lock/pull/2677) ([paebanks](https://github.com/paebanks))
11+
312
## [v14.1.0](https://github.com/auth0/lock/tree/v14.1.0) (2025-09-12)
413
[Full Changelog](https://github.com/auth0/lock/compare/v14.0.0...v14.1.0)
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.1.0/lock.min.js"></script>
34+
<script src="https://cdn.auth0.com/js/lock/14.2.0/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.1.0",
3+
"version": "14.2.0",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <[email protected]> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)