Skip to content

Commit 73de87b

Browse files
Release v12.5.0 (#2549)
**Added** - Support captchas in reset password flow [\#2547](#2547) ([srijonsaha](https://github.com/srijonsaha))
1 parent 37bfbab commit 73de87b

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v12.4.0
1+
v12.5.0

CHANGELOG.md

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

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+
38
## [v12.4.0](https://github.com/auth0/lock/tree/v12.4.0) (2024-01-04)
49
[Full Changelog](https://github.com/auth0/lock/compare/v12.3.1...v12.4.0)
510

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.3.0/lock.min.js"></script>
33+
<script src="https://cdn.auth0.com/js/lock/12.5.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.4.0",
3+
"version": "12.5.0",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <[email protected]> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)