Skip to content

Commit

Permalink
Release v10.21.1 (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
luisrudge authored Sep 21, 2017
1 parent 2962738 commit cfa9f65
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

## [v10.21.1](https://github.com/auth0/lock/tree/v10.21.1) (2017-09-21)
[Full Changelog](https://github.com/auth0/lock/compare/v10.21.0...v10.21.1)


**Fixed**
- Fix resolved connection not being a Map object [\#1116](https://github.com/auth0/lock/pull/1116) ([luisrudge](https://github.com/luisrudge))


## [v10.21.0](https://github.com/auth0/lock/tree/v10.21.0) (2017-09-21)
[Full Changelog](https://github.com/auth0/lock/compare/v10.20.0...v10.21.0)

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

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

0 comments on commit cfa9f65

Please sign in to comment.