Skip to content

Commit

Permalink
Merge pull request #539 from auth0/prepare-10.0.2
Browse files Browse the repository at this point in the history
Release: 10.0.2
  • Loading branch information
gnandretta committed Aug 6, 2016
2 parents 627eaaf + 39ff187 commit cdf481c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [10.0.2] - 2016-08-05

### Fixed

- Fix header in Edge (#528)
- Allow to reuse a given container id (#533)
- Stop showing last login screen when the initial screen is not login (#534)
- Fix email input in IE 10 (#537)

## [10.0.1] - 2016-07-27

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

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

From [bower](http://bower.io)
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": "10.0.1",
"version": "10.0.2",
"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": "10.0.1",
"version": "10.0.2",
"description": "Auth0 Lock",
"author": "Auth0 <[email protected]> (http://auth0.com)",
"license": "MIT",
Expand Down

0 comments on commit cdf481c

Please sign in to comment.