Skip to content

Commit

Permalink
Release 11.27.1 (#1940)
Browse files Browse the repository at this point in the history
* Release 11.27.1

* Fix typo in changelog
  • Loading branch information
Steve Hobbs committed Oct 27, 2020
1 parent 9dd5a64 commit c3f8ecf
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [v11.27.1](https://github.com/auth0/lock/tree/v11.27.1) (2020-10-26)
[Full Changelog](https://github.com/auth0/lock/compare/v11.27.0...v11.27.1)


**Fixed**
- Remove top padding from wrapper element [\#1939](https://github.com/auth0/lock/pull/1939) ([stevehobbsdev](https://github.com/stevehobbsdev))
- Remove javascript:void(0) from links that do not navigate [\#1938](https://github.com/auth0/lock/pull/1938) ([stevehobbsdev](https://github.com/stevehobbsdev))
- Respect showTerms option for passwordless [\#1931](https://github.com/auth0/lock/pull/1931) ([saltukalakus](https://github.com/saltukalakus))


## [v11.27.0](https://github.com/auth0/lock/tree/v11.27.0) (2020-09-18)
[Full Changelog](https://github.com/auth0/lock/compare/v11.26.3...v11.27.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.27.0/lock.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/11.27.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.27.0",
"version": "11.27.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.27.0",
"version": "11.27.1",
"description": "Auth0 Lock",
"author": "Auth0 <[email protected]> (http://auth0.com)",
"license": "MIT",
Expand Down

0 comments on commit c3f8ecf

Please sign in to comment.