From e7c565563f7049f82fdb491b0b46b6d4037d931f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Rudge?= Date: Thu, 10 Aug 2017 10:41:38 -0300 Subject: [PATCH] Release v8.9.0 (#485) --- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- package.json | 2 +- src/version.js | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00ac85d4..b4237edc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## [v8.9.0](https://github.com/auth0/auth0.js/tree/v8.9.0) (2017-08-10) +[Full Changelog](https://github.com/auth0/auth0.js/compare/v8.8.0...v8.9.0) + +**Added** +- Add flag to retry requests [\#484](https://github.com/auth0/auth0.js/pull/484) ([luisrudge](https://github.com/luisrudge)) +- Add cross-origin-auth support to Passwordless [\#482](https://github.com/auth0/auth0.js/pull/482) ([luisrudge](https://github.com/luisrudge)) + +**Changed** +- Avoid snake casing of metadata on signup [\#475](https://github.com/auth0/auth0.js/pull/475) ([hzalaz](https://github.com/hzalaz)) + +**Fixed** +- Send empty verifier when can't access sessionStorage [\#470](https://github.com/auth0/auth0.js/pull/470) ([luisrudge](https://github.com/luisrudge)) +# Change Log + ## [v8.8.0](https://github.com/auth0/auth0.js/tree/v8.8.0) (2017-06-20) [Full Changelog](https://github.com/auth0/auth0.js/compare/v8.7.0...v8.8.0) diff --git a/README.md b/README.md index 24467c16..96660a9d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ From CDN ```html - + ``` From [bower](http://bower.io) diff --git a/package.json b/package.json index fc515b05..739b685a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-js", - "version": "8.8.0", + "version": "8.9.0", "description": "Auth0 headless browser sdk", "main": "src/index.js", "keywords": [ diff --git a/src/version.js b/src/version.js index f05eeb19..a61a3dc2 100644 --- a/src/version.js +++ b/src/version.js @@ -1 +1 @@ -module.exports = { raw: '8.8.0' }; +module.exports = { raw: '8.9.0' };