Skip to content

Commit

Permalink
Release v11.25.0 (#1897)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored Jul 9, 2020
1 parent 95714a4 commit 1113e41
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v11.25.0](https://github.com/auth0/lock/tree/v11.25.0) (2020-07-09)
[Full Changelog](https://github.com/auth0/lock/compare/v11.24.5...v11.25.0)


**Added**
- [SDK-1710] Allow Lock to use connection display name field from client configuration file [\#1896](https://github.com/auth0/lock/pull/1896) ([stevehobbsdev](https://github.com/stevehobbsdev))


## [v11.24.5](https://github.com/auth0/lock/tree/v11.24.5) (2020-07-03)
[Full Changelog](https://github.com/auth0/lock/compare/v11.24.4...v11.24.5)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ From CDN

```html
<!-- Latest patch release (recommended for production) -->
<script src="https://cdn.auth0.com/js/lock/11.24.5/lock.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/11.25.0/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.24.5",
"version": "11.25.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.24.5",
"version": "11.25.0",
"description": "Auth0 Lock",
"author": "Auth0 <[email protected]> (http://auth0.com)",
"license": "MIT",
Expand Down

0 comments on commit 1113e41

Please sign in to comment.