Skip to content
Permalink
Browse files

Release 11.21.0 (#1789)

  • Loading branch information
stevehobbsdev committed Jan 30, 2020
1 parent 6c15e56 commit 698efa404a2d1011d293e7b9b25ebbfc6f0767ad
Showing with 11 additions and 3 deletions.
  1. +8 −0 CHANGELOG.md
  2. +1 −1 README.md
  3. +1 −1 bower.json
  4. +1 −1 package.json
@@ -1,5 +1,13 @@
# Change Log

## [v11.21.0](https://github.com/auth0/lock/tree/v11.21.0) (2020-01-30)
[Full Changelog](https://github.com/auth0/lock/compare/v11.20.4...v11.21.0)


**Security**
- Make placeholder text-only, add new placeholderHTML for additionalSignUpFields [\#1788](https://github.com/auth0/lock/pull/1788) ([davidpatrick](https://github.com/davidpatrick))


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

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

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

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

0 comments on commit 698efa4

Please sign in to comment.