Skip to content

Commit 3caa9dd

Browse files
Release v13.0.0 (#2588)
**Added** - [IAMRISK-3539] Use signup classic endpoint for captcha [\#2587](#2587) ([TSLarson](https://github.com/TSLarson)) **Fixed** - [IAMRISK-3554] hcaptcha bug fix [\#2566](#2566) ([Treterten](https://github.com/Treterten)) **Security** - ci: changed the trigger from pull_request_target to pull_request for better security [\#2584](#2584) ([nandan-bhat](https://github.com/nandan-bhat)) - Update codeowner file with new GitHub team name [\#2572](#2572) ([stevenwong-okta](https://github.com/stevenwong-okta)) [IAMRISK-3539]: https://auth0team.atlassian.net/browse/IAMRISK-3539?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ [IAMRISK-3554]: https://auth0team.atlassian.net/browse/IAMRISK-3554?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 0854d9a commit 3caa9dd

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v12.5.1
1+
v13.0.0

CHANGELOG.md

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

3+
## [v13.0.0](https://github.com/auth0/lock/tree/v13.0.0) (2024-11-11)
4+
[Full Changelog](https://github.com/auth0/lock/compare/v12.5.1...v13.0.0)
5+
6+
**Added**
7+
- [IAMRISK-3539] Use signup classic endpoint for captcha [\#2587](https://github.com/auth0/lock/pull/2587) ([TSLarson](https://github.com/TSLarson))
8+
9+
**Fixed**
10+
- [IAMRISK-3554] hcaptcha bug fix [\#2566](https://github.com/auth0/lock/pull/2566) ([Treterten](https://github.com/Treterten))
11+
12+
**Security**
13+
- ci: changed the trigger from pull_request_target to pull_request for better security [\#2584](https://github.com/auth0/lock/pull/2584) ([nandan-bhat](https://github.com/nandan-bhat))
14+
- Update codeowner file with new GitHub team name [\#2572](https://github.com/auth0/lock/pull/2572) ([stevenwong-okta](https://github.com/stevenwong-okta))
15+
316
## [v12.5.1](https://github.com/auth0/lock/tree/v12.5.1) (2024-05-30)
417

518
[Full Changelog](https://github.com/auth0/lock/compare/v12.5.0...v12.5.1)

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.5.1/lock.min.js"></script>
33+
<script src="https://cdn.auth0.com/js/lock/13.0.0/lock.min.js"></script>
3434
```
3535

3636
### Configure Auth0

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)