File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ v12.3.0] ( https://github.com/auth0/lock/tree/v12.3.0 ) (2023-10-06)
4
+ [ Full Changelog] ( https://github.com/auth0/lock/compare/v12.2.0...v12.3.0 )
5
+
6
+ ** Added**
7
+ - [ IAMRISK-2603] Add support for Arkose [ \# 2455] ( https://github.com/auth0/lock/pull/2455 ) ([ srijonsaha] ( https://github.com/srijonsaha ) )
8
+
3
9
## [ v12.2.0] ( https://github.com/auth0/lock/tree/v12.2.0 ) (2023-09-15)
4
10
[ Full Changelog] ( https://github.com/auth0/lock/compare/v12.1.0...v12.2.0 )
5
11
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.2 .0/lock.min.js" ></script >
33
+ <script src =" https://cdn.auth0.com/js/lock/12.3 .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.2 .0" ,
3
+ "version" : " 12.3 .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