Skip to content

Commit

Permalink
Release v12.5.0 (#2549)
Browse files Browse the repository at this point in the history
**Added**

- Support captchas in reset password flow
[\#2547](#2547)
([srijonsaha](https://github.com/srijonsaha))
  • Loading branch information
stevehobbsdev committed Apr 30, 2024
1 parent 37bfbab commit 73de87b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12.4.0
v12.5.0
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [v12.5.0](https://github.com/auth0/lock/tree/v12.5.0) (2024-04-30)
[Full Changelog](https://github.com/auth0/lock/compare/v12.4.0...v12.5.0)

- Support captchas in reset password flow [\#2547](https://github.com/auth0/lock/pull/2547) ([srijonsaha](https://github.com/srijonsaha))

## [v12.4.0](https://github.com/auth0/lock/tree/v12.4.0) (2024-01-04)
[Full Changelog](https://github.com/auth0/lock/compare/v12.3.1...v12.4.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.3.0/lock.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/12.5.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.4.0",
"version": "12.5.0",
"description": "Auth0 Lock",
"author": "Auth0 <[email protected]> (http://auth0.com)",
"license": "MIT",
Expand Down

0 comments on commit 73de87b

Please sign in to comment.