Skip to content

Commit 6db1c8b

Browse files
Release v12.1.0 (#2406)
1 parent 280801a commit 6db1c8b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## [v12.1.0](https://github.com/auth0/lock/tree/v12.1.0) (2023-07-17)
4+
[Full Changelog](https://github.com/auth0/lock/compare/v12.0.2...v12.1.0)
5+
6+
**Added**
7+
- Added support for hCaptcha and Friendly Captcha [\#2387](https://github.com/auth0/lock/pull/2387) ([DominickBattistini](https://github.com/DominickBattistini))
8+
9+
**Changed**
10+
- WelcomeMessage header text marked as heading [\#2373](https://github.com/auth0/lock/pull/2373) ([piwysocki](https://github.com/piwysocki))
11+
312
## [v12.0.2](https://github.com/auth0/lock/tree/v12.0.2) (2023-02-10)
413
[Full Changelog](https://github.com/auth0/lock/compare/v12.0.1...v12.0.2)
514

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

0 commit comments

Comments
 (0)