Skip to content
Permalink
Browse files

Release 11.20.3 (#1781)

  • Loading branch information
stevehobbsdev committed Jan 15, 2020
1 parent a79d7b7 commit 243fc7b6d70679db58439213c54aa438959d5d70
Showing with 15 additions and 3 deletions.
  1. +12 −0 CHANGELOG.md
  2. +1 −1 README.md
  3. +1 −1 bower.json
  4. +1 −1 package.json
@@ -1,5 +1,17 @@
# Change Log

## [v11.20.3](https://github.com/auth0/lock/tree/v11.20.3) (2020-01-15)
[Full Changelog](https://github.com/auth0/lock/compare/v11.20.2...v11.20.3)


**Changed**
- Bumped Auth0.js to 9.12.2 [\#1780](https://github.com/auth0/lock/pull/1780) ([stevehobbsdev](https://github.com/stevehobbsdev))
- Prevent loading overlay from showing when using Sign In With Apple [\#1779](https://github.com/auth0/lock/pull/1779) ([stevehobbsdev](https://github.com/stevehobbsdev))

**Fixed**
- Fix translation pt-PT [\#1776](https://github.com/auth0/lock/pull/1776) ([mario-moura-silva](https://github.com/mario-moura-silva))


## [v11.20.2](https://github.com/auth0/lock/tree/v11.20.2) (2020-01-06)
[Full Changelog](https://github.com/auth0/lock/compare/v11.20.1...v11.20.2)

@@ -23,7 +23,7 @@ From CDN

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

From [npm](https://npmjs.org)
@@ -1,6 +1,6 @@
{
"name": "auth0-lock",
"version": "11.20.2",
"version": "11.20.3",
"main": "build/lock.js",
"ignore": [
"lib-cov",
@@ -1,6 +1,6 @@
{
"name": "auth0-lock",
"version": "11.20.2",
"version": "11.20.3",
"description": "Auth0 Lock",
"author": "Auth0 <support@auth0.com> (http://auth0.com)",
"license": "MIT",

0 comments on commit 243fc7b

Please sign in to comment.