Skip to content

Commit

Permalink
Release v12.0.2 (#2273)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehobbsdev committed Feb 10, 2023
1 parent 66a1a4c commit b469362
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.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)

**Changed**
- Slight tweaks to Captcha input component handler methods + refresh button mask [\#2272](https://github.com/auth0/lock/pull/2272) ([stevehobbsdev](https://github.com/stevehobbsdev))

**Fixed**
- Fix for when component is undefined on unmount [\#2271](https://github.com/auth0/lock/pull/2271) ([codetheweb](https://github.com/codetheweb))

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

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

0 comments on commit b469362

Please sign in to comment.