Skip to content

Commit a6b5cfe

Browse files
authored
Merge pull request #789 from auth0/prepare-10-9-1
Prepare 10.9.1
2 parents bf9adfc + a4d889a commit a6b5cfe

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
#Change Log
22

3+
## [v10.9.1](https://github.com/auth0/lock/tree/v10.9.1) (2017-01-10)
4+
[Full Changelog](https://github.com/auth0/lock/compare/v10.9.0...v10.9.1)
5+
6+
**Fixed**
7+
- Fix to comply legacy behaviour [\#787](https://github.com/auth0/lock/pull/787) ([glena](https://github.com/glena))
8+
- For legacy flow, the scope should default to openid [\#783](https://github.com/auth0/lock/pull/783) ([glena](https://github.com/glena))
9+
10+
311
## [v10.9.0](https://github.com/auth0/lock/tree/v10.9.0) (2017-01-09)
412
[Full Changelog](https://github.com/auth0/lock/compare/v10.8.0-beta.5...v10.9.0)
513

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ From CDN
1414

1515
```html
1616
<!-- Latest patch release (recommended for production) -->
17-
<script src="http://cdn.auth0.com/js/lock/10.8.1/lock.min.js"></script>
17+
<script src="http://cdn.auth0.com/js/lock/10.9.1/lock.min.js"></script>
1818
```
1919

2020
From [bower](http://bower.io)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-lock",
3-
"version": "10.9.0",
3+
"version": "10.9.1",
44
"main": "build/lock.js",
55
"ignore": [
66
"lib-cov",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-lock",
3-
"version": "10.9.0",
3+
"version": "10.9.1",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <[email protected]> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)