diff --git a/CHANGELOG.md b/CHANGELOG.md index c101e2341..f0c42a83f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [10.0.1] - 2016-07-27 + +### Fixed + +- Stopped dropping keys on email input in IE (#505) +- Protect against svgs background colors set by other stylesheets (#506) +- Ensure header styling looks fine in IE (#507) + ## [10.0.0] - 2016-07-20 ### Changed diff --git a/README.md b/README.md index d7fcf4039..e2421c38e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ From CDN ```html - + ``` From [bower](http://bower.io) diff --git a/bower.json b/bower.json index 6d2b9744f..eea496e1a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "auth0-lock", - "version": "10.0.0", + "version": "10.0.1", "main": "build/lock.js", "ignore": [ "lib-cov", diff --git a/package.json b/package.json index 5912b0115..7cce962ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-lock", - "version": "10.0.0", + "version": "10.0.1", "description": "Auth0 Lock", "author": "Auth0 (http://auth0.com)", "license": "MIT",