Skip to content

Commit

Permalink
Release v11.29.1 (#1985)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored Apr 14, 2021
1 parent 70e9f7f commit 2b66092
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v11.29.1](https://github.com/auth0/lock/tree/v11.29.1) (2021-04-14)
[Full Changelog](https://github.com/auth0/lock/compare/v11.29.0...v11.29.1)


**Fixed**
- fix ESD-12716: move CSS display override to render function to fix recaptcha on sign-up [\#1983](https://github.com/auth0/lock/pull/1983) ([jfromaniello](https://github.com/jfromaniello))


## [v11.29.0](https://github.com/auth0/lock/tree/v11.29.0) (2021-04-06)
[Full Changelog](https://github.com/auth0/lock/compare/v11.28.1...v11.29.0)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ From CDN

```html
<!-- Latest patch release (recommended for production) -->
<script src="https://cdn.auth0.com/js/lock/11.29.0/lock.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/11.29.1/lock.min.js"></script>
```

From [npm](https://npmjs.org)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-lock",
"version": "11.29.0",
"version": "11.29.1",
"main": "build/lock.js",
"ignore": [
"lib-cov",
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": "11.29.0",
"version": "11.29.1",
"description": "Auth0 Lock",
"author": "Auth0 <[email protected]> (http://auth0.com)",
"license": "MIT",
Expand Down

0 comments on commit 2b66092

Please sign in to comment.