From d206aa7a359f4d6f3f4abb012117a6ee3bbb5c8c Mon Sep 17 00:00:00 2001 From: Luis Deschamps Rudge Date: Mon, 29 Jan 2018 19:35:40 -0200 Subject: [PATCH 1/2] Release v11.1.3 --- CHANGELOG.md | 5 +++++ README.md | 2 +- bower.json | 2 +- package.json | 4 ++-- yarn.lock | 6 +++--- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98a1b6903..f06c306c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## [v11.1.3](https://github.com/auth0/lock/tree/v11.1.3) (2018-01-29) +[Full Changelog](https://github.com/auth0/lock/compare/v11.1.2...v11.1.3) + + + ## [v11.1.2](https://github.com/auth0/lock/tree/v11.1.2) (2018-01-26) [Full Changelog](https://github.com/auth0/lock/compare/v11.1.1...v11.1.2) diff --git a/README.md b/README.md index 400f09473..f960f6ce9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ From CDN ```html - + ``` From [npm](https://npmjs.org) diff --git a/bower.json b/bower.json index 76443ec14..aee0727e9 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "auth0-lock", - "version": "11.1.2", + "version": "11.1.3", "main": "build/lock.js", "ignore": [ "lib-cov", diff --git a/package.json b/package.json index 9772242eb..75893df6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-lock", - "version": "11.1.2", + "version": "11.1.3", "description": "Auth0 Lock", "author": "Auth0 (http://auth0.com)", "license": "MIT", @@ -87,7 +87,7 @@ "zuul-ngrok": "4.0.0" }, "dependencies": { - "auth0-js": "^9.1.2", + "auth0-js": "^9.1.3", "blueimp-md5": "2.3.1", "fbjs": "^0.3.1", "idtoken-verifier": "^1.0.1", diff --git a/yarn.lock b/yarn.lock index 88b1964f1..c9040fee6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -392,9 +392,9 @@ atob@~1.1.0: version "1.1.3" resolved "https://registry.yarnpkg.com/atob/-/atob-1.1.3.tgz#95f13629b12c3a51a5d215abdce2aa9f32f80773" -auth0-js@^9.1.2: - version "9.1.2" - resolved "https://registry.yarnpkg.com/auth0-js/-/auth0-js-9.1.2.tgz#0c8def8908f427a0a0be07b70e169659fe1af79a" +auth0-js@^9.1.3: + version "9.1.3" + resolved "https://registry.yarnpkg.com/auth0-js/-/auth0-js-9.1.3.tgz#16a1587760a9dbb2e8921c40e3beca99b8eb3a6a" dependencies: base64-js "^1.2.0" idtoken-verifier "^1.1.1" From 722f24fb5aca32680f4a2e8f6c951fe34bcff927 Mon Sep 17 00:00:00 2001 From: Luis Deschamps Rudge Date: Mon, 29 Jan 2018 19:36:25 -0200 Subject: [PATCH 2/2] fixing changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f06c306c3..f2f6efd7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## [v11.1.3](https://github.com/auth0/lock/tree/v11.1.3) (2018-01-29) [Full Changelog](https://github.com/auth0/lock/compare/v11.1.2...v11.1.3) +**Changed** +- Update auth0.js [auth0.js changelog](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md#v913-2018-01-29) + ## [v11.1.2](https://github.com/auth0/lock/tree/v11.1.2) (2018-01-26)