File tree 4 files changed +8
-3
lines changed
4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
- v12.4 .0
1
+ v12.5 .0
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ v12.5.0] ( https://github.com/auth0/lock/tree/v12.5.0 ) (2024-04-30)
4
+ [ Full Changelog] ( https://github.com/auth0/lock/compare/v12.4.0...v12.5.0 )
5
+
6
+ - Support captchas in reset password flow [ \# 2547] ( https://github.com/auth0/lock/pull/2547 ) ([ srijonsaha] ( https://github.com/srijonsaha ) )
7
+
3
8
## [ v12.4.0] ( https://github.com/auth0/lock/tree/v12.4.0 ) (2024-01-04)
4
9
[ Full Changelog] ( https://github.com/auth0/lock/compare/v12.3.1...v12.4.0 )
5
10
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ From CDN
30
30
31
31
``` html
32
32
<!-- Latest patch release (recommended for production) -->
33
- <script src =" https://cdn.auth0.com/js/lock/12.3 .0/lock.min.js" ></script >
33
+ <script src =" https://cdn.auth0.com/js/lock/12.5 .0/lock.min.js" ></script >
34
34
```
35
35
### Configure Auth0
36
36
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " auth0-lock" ,
3
- "version" : " 12.4 .0" ,
3
+ "version" : " 12.5 .0" ,
4
4
"description" : " Auth0 Lock" ,
5
5
"author" :
" Auth0 <[email protected] > (http://auth0.com)" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments