diff --git a/CHANGELOG.md b/CHANGELOG.md index f75b93e9..d3e1f3ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v1.2.2](https://github.com/auth0/react-native-auth0/tree/v1.2.2) (2018-01-31) +[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v1.2.1...v1.2.2) + +**Fixed** +- Fix android web authentication [\#126](https://github.com/auth0/react-native-auth0/pull/126) ([lbalmaceda](https://github.com/lbalmaceda)) + ## [v1.2.1](https://github.com/auth0/react-native-auth0/tree/v1.2.1) (2017-10-11) [Full Changelog](https://github.com/auth0/react-native-auth0/compare/v1.2.0...v1.2.1) diff --git a/docs/Auth.html b/docs/Auth.html index d0cc4a00..e55440c7 100644 --- a/docs/Auth.html +++ b/docs/Auth.html @@ -2638,7 +2638,7 @@
Returns:

diff --git a/docs/Auth0.html b/docs/Auth0.html index cb38b205..5162861e 100644 --- a/docs/Auth0.html +++ b/docs/Auth0.html @@ -172,7 +172,7 @@

Classes


diff --git a/docs/Auth0.module.exports.html b/docs/Auth0.module.exports.html index 716e0fab..51ec2058 100644 --- a/docs/Auth0.module.exports.html +++ b/docs/Auth0.module.exports.html @@ -296,7 +296,7 @@
Parameters:

diff --git a/docs/Users.html b/docs/Users.html index 43f0cc0e..39c9aff7 100644 --- a/docs/Users.html +++ b/docs/Users.html @@ -630,7 +630,7 @@
Returns:

diff --git a/docs/WebAuth.html b/docs/WebAuth.html index 104fcd82..8bae8a03 100644 --- a/docs/WebAuth.html +++ b/docs/WebAuth.html @@ -740,7 +740,7 @@
Returns:

diff --git a/docs/auth_index.js.html b/docs/auth_index.js.html index 640f7c2a..3a9aff30 100644 --- a/docs/auth_index.js.html +++ b/docs/auth_index.js.html @@ -330,7 +330,7 @@

auth/index.js


diff --git a/docs/global.html b/docs/global.html index fa4e2939..1e043456 100644 --- a/docs/global.html +++ b/docs/global.html @@ -285,7 +285,7 @@
Returns:

diff --git a/docs/index.html b/docs/index.html index 8ddc7eb4..579e53f9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -185,7 +185,7 @@

License

This project is licensed under the MIT license. See the

diff --git a/docs/index.js.html b/docs/index.js.html index 70e3333c..5e63d85c 100644 --- a/docs/index.js.html +++ b/docs/index.js.html @@ -88,7 +88,7 @@

index.js


diff --git a/docs/management_users.js.html b/docs/management_users.js.html index 78973e60..c884516e 100644 --- a/docs/management_users.js.html +++ b/docs/management_users.js.html @@ -134,7 +134,7 @@

management/users.js


diff --git a/docs/webauth_index.js.html b/docs/webauth_index.js.html index 03b09753..8d08794c 100644 --- a/docs/webauth_index.js.html +++ b/docs/webauth_index.js.html @@ -177,7 +177,7 @@

webauth/index.js


diff --git a/networking/telemetry.js b/networking/telemetry.js index 97161eeb..d073c4c7 100644 --- a/networking/telemetry.js +++ b/networking/telemetry.js @@ -1,5 +1,5 @@ -// Generated file by hernan on Wed Oct 11 2017 11:51:58 GMT-0300 (-03); +// Generated file by lbalmaceda on Wed Jan 31 2018 13:07:43 GMT-0300 (-03); module.exports = { "name": "react-native-auth0", - "version": "1.2.1" + "version": "1.2.2" }; \ No newline at end of file diff --git a/package.json b/package.json index e7f6b063..2ee9e7d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-auth0", - "version": "1.2.1", + "version": "1.2.2", "description": "React Native toolkit for Auth0 API", "main": "index.js", "scripts": {