From 5f24b4634e8d49bbbfa46cbaad7a6257c81b09c2 Mon Sep 17 00:00:00 2001 From: German Lena Date: Mon, 23 Jan 2017 12:09:48 -0300 Subject: [PATCH] Release v8.1.3 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- package.json | 2 +- src/version.js | 3 +-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cce31e14..dfd0f1b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ #Change Log +## [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) + +**Fixed** +- Fix case convertion of null values [\#329](https://github.com/auth0/auth0.js/pull/329) ([glena](https://github.com/glena)) + + ## [v8.1.2](https://github.com/auth0/auth0.js/tree/v8.1.2) (2017-01-19) [Full Changelog](https://github.com/auth0/auth0.js/compare/v8.1.1...v8.1.2) diff --git a/README.md b/README.md index b31591f9..2ab31581 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 77008c30..55763d84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-js", - "version": "8.1.2", + "version": "8.1.3", "description": "Auth0 headless browser sdk", "main": "src/index.js", "keywords": [ diff --git a/src/version.js b/src/version.js index 321d5d84..b169a442 100644 --- a/src/version.js +++ b/src/version.js @@ -1,2 +1 @@ -module.exports = { raw: '8.1.2' }; - +module.exports = { raw: '8.1.3' };