Skip to content

Commit 402065a

Browse files
committed
Preparing Release v10.4.1
1 parent e50e377 commit 402065a

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Change Log
2+
3+
## [v10.4.1](https://github.com/auth0/lock/tree/v10.4.0) (2016-10-21)
4+
[Full Changelog](https://github.com/auth0/lock/compare/v10.4.0...v10.4.1)
5+
6+
**Changed**
7+
- Update auth0.js to v7.3.0
8+
29
## [v10.4.0](https://github.com/auth0/lock/tree/v10.4.0) (2016-09-27)
310
[Full Changelog](https://github.com/auth0/lock/compare/v10.3.0...v10.4.0)
411

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.4.0/lock.min.js"></script>
17+
<script src="http://cdn.auth0.com/js/lock/10.4.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.4.0",
3+
"version": "10.4.1",
44
"main": "build/lock.js",
55
"ignore": [
66
"lib-cov",

examples/bundling/browserify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
]
1616
},
1717
"dependencies": {
18-
"auth0-lock": "^10.4.0"
18+
"auth0-lock": "^10.4.1"
1919
},
2020
"devDependencies": {
2121
"babel-preset-es2015": "^6.3.13",

examples/bundling/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "",
1111
"license": "MIT",
1212
"dependencies": {
13-
"auth0-lock": "^10.4.0"
13+
"auth0-lock": "^10.4.1"
1414
},
1515
"devDependencies": {
1616
"babel-core": "^6.4.0",

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.4.0",
3+
"version": "10.4.1",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <[email protected]> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)