From c4420dba8460cc4fc7ee020c328b8ce5df10c58c Mon Sep 17 00:00:00 2001 From: German Lena Date: Mon, 30 Jan 2017 16:34:41 -0300 Subject: [PATCH] Release v8.2.0 --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- package.json | 2 +- src/version.js | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfd0f1b1..08808837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ #Change Log +## [v8.2.0](https://github.com/auth0/auth0.js/tree/v8.2.0) (2017-01-30) +[Full Changelog](https://github.com/auth0/auth0.js/compare/v8.1.3...v8.2.0) + +**Added** +- Plugins support + cordova plugin [\#333](https://github.com/auth0/auth0.js/pull/333) ([glena](https://github.com/glena)) + +**Fixed** +- popup.authorize should not require redirectURI when using OWP [\#336](https://github.com/auth0/auth0.js/pull/336) ([glena](https://github.com/glena)) + + ## [v8.1.3](https://github.com/auth0/auth0.js/tree/v8.1.3) (2017-01-23) [Full Changelog](https://github.com/auth0/auth0.js/compare/v8.1.2...v8.1.3) diff --git a/README.md b/README.md index d4d12863..687da359 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ From CDN ```html - + ``` From [bower](http://bower.io) diff --git a/package.json b/package.json index da0cd2a4..78cf148d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-js", - "version": "8.1.3", + "version": "8.2.0", "description": "Auth0 headless browser sdk", "main": "src/index.js", "keywords": [ diff --git a/src/version.js b/src/version.js index b169a442..b85e5457 100644 --- a/src/version.js +++ b/src/version.js @@ -1 +1 @@ -module.exports = { raw: '8.1.3' }; +module.exports = { raw: '8.2.0' };