Skip to content

Commit

Permalink
Release v12.3.0 (#2460)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Oct 6, 2023
1 parent 6361c9c commit 002c36f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v12.3.0](https://github.com/auth0/lock/tree/v12.3.0) (2023-10-06)
[Full Changelog](https://github.com/auth0/lock/compare/v12.2.0...v12.3.0)

**Added**
- [IAMRISK-2603] Add support for Arkose [\#2455](https://github.com/auth0/lock/pull/2455) ([srijonsaha](https://github.com/srijonsaha))

## [v12.2.0](https://github.com/auth0/lock/tree/v12.2.0) (2023-09-15)
[Full Changelog](https://github.com/auth0/lock/compare/v12.1.0...v12.2.0)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ From CDN

```html
<!-- Latest patch release (recommended for production) -->
<script src="https://cdn.auth0.com/js/lock/12.2.0/lock.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/12.3.0/lock.min.js"></script>
```
### Configure Auth0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-lock",
"version": "12.2.0",
"version": "12.3.0",
"description": "Auth0 Lock",
"author": "Auth0 <[email protected]> (http://auth0.com)",
"license": "MIT",
Expand Down

0 comments on commit 002c36f

Please sign in to comment.