Skip to content

Commit

Permalink
Release v12.1.0 (#2406)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Jul 17, 2023
1 parent 280801a commit 6db1c8b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [v12.1.0](https://github.com/auth0/lock/tree/v12.1.0) (2023-07-17)
[Full Changelog](https://github.com/auth0/lock/compare/v12.0.2...v12.1.0)

**Added**
- Added support for hCaptcha and Friendly Captcha [\#2387](https://github.com/auth0/lock/pull/2387) ([DominickBattistini](https://github.com/DominickBattistini))

**Changed**
- WelcomeMessage header text marked as heading [\#2373](https://github.com/auth0/lock/pull/2373) ([piwysocki](https://github.com/piwysocki))

## [v12.0.2](https://github.com/auth0/lock/tree/v12.0.2) (2023-02-10)
[Full Changelog](https://github.com/auth0/lock/compare/v12.0.1...v12.0.2)

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

0 comments on commit 6db1c8b

Please sign in to comment.