From c3f8ecf08af89708a1ed54a0a112a83aac16b2dc Mon Sep 17 00:00:00 2001 From: Steve Hobbs Date: Tue, 27 Oct 2020 10:18:14 +0000 Subject: [PATCH] Release 11.27.1 (#1940) * Release 11.27.1 * Fix typo in changelog --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- bower.json | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a0792c2f..8302e42eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 65b8c68a4..e8721bb42 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ From CDN ```html - + ``` From [npm](https://npmjs.org) diff --git a/bower.json b/bower.json index 2d338dca7..2091d5394 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "auth0-lock", - "version": "11.27.0", + "version": "11.27.1", "main": "build/lock.js", "ignore": [ "lib-cov", diff --git a/package.json b/package.json index 61584d0e5..5ceeb58da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-lock", - "version": "11.27.0", + "version": "11.27.1", "description": "Auth0 Lock", "author": "Auth0 (http://auth0.com)", "license": "MIT",