Skip to content

Commit

Permalink
Release 11.27.0 (#1926)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs committed Sep 18, 2020
1 parent 26b6db7 commit c3be117
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [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)


**Changed**
- Better flash error messages on incorrect, empty fields. [\#1923](https://github.com/auth0/lock/pull/1923) ([saltukalakus](https://github.com/saltukalakus))
- [SDK-1946] Update Basecamp logo [\#1922](https://github.com/auth0/lock/pull/1922) ([stevehobbsdev](https://github.com/stevehobbsdev))

**Fixed**
- [SDK-1911] Always use UsernamePane when using custom resolver [\#1918](https://github.com/auth0/lock/pull/1918) ([stevehobbsdev](https://github.com/stevehobbsdev))

**Security**
- Dependencies [\#1924](https://github.com/auth0/lock/pull/1924) ([stevehobbsdev](https://github.com/stevehobbsdev))
- Add license scan report and status [\#1920](https://github.com/auth0/lock/pull/1920) ([fossabot](https://github.com/fossabot))


## [v11.26.3](https://github.com/auth0/lock/tree/v11.26.3) (2020-08-14)
[Full Changelog](https://github.com/auth0/lock/compare/v11.26.2...v11.26.3)

Expand Down
4 changes: 2 additions & 2 deletions 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.26.3/lock.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/11.27.0/lock.min.js"></script>
```

From [npm](https://npmjs.org)
Expand Down Expand Up @@ -609,4 +609,4 @@ This project is licensed under the MIT license. See the [LICENSE](LICENSE) file
[david-url]: https://david-dm.org/auth0/lock


[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fauth0%2Flock.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fauth0%2Flock?ref=badge_large)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fauth0%2Flock.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fauth0%2Flock?ref=badge_large)
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.26.3",
"version": "11.27.0",
"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.26.3",
"version": "11.27.0",
"description": "Auth0 Lock",
"author": "Auth0 <[email protected]> (http://auth0.com)",
"license": "MIT",
Expand Down

0 comments on commit c3be117

Please sign in to comment.