Skip to content

Commit 002c36f

Browse files
Release v12.3.0 (#2460)
1 parent 6361c9c commit 002c36f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

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+
39
## [v12.2.0](https://github.com/auth0/lock/tree/v12.2.0) (2023-09-15)
410
[Full Changelog](https://github.com/auth0/lock/compare/v12.1.0...v12.2.0)
511

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ From CDN
3030

3131
```html
3232
<!-- 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>
3434
```
3535
### Configure Auth0
3636

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-lock",
3-
"version": "12.2.0",
3+
"version": "12.3.0",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <[email protected]> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)