From badb456eebc2451ab2f6671262728166c5a4b592 Mon Sep 17 00:00:00 2001 From: Martin Walsh Date: Mon, 1 Oct 2018 11:21:22 +0100 Subject: [PATCH] 1.3.1 --- CHANGELOG.md | 6 ++++++ docs/Auth.html | 2 +- docs/Auth0.html | 2 +- docs/Auth0.module.exports.html | 2 +- docs/Users.html | 2 +- docs/WebAuth.html | 2 +- docs/auth_index.js.html | 2 +- docs/global.html | 2 +- docs/index.html | 2 +- docs/index.js.html | 2 +- docs/management_users.js.html | 2 +- docs/webauth_index.js.html | 2 +- networking/telemetry.js | 4 ++-- package.json | 2 +- 14 files changed, 20 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0de5c265..4afa5c84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v1.3.1](https://github.com/auth0/react-native-auth0/tree/v1.3.1) (2018-10-01) +[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v1.3.0...v1.3.1) + +**Changed** +- Update Minimum iOS Deployment Target, inline with React Libs [\#176](https://github.com/auth0/react-native-auth0/pull/176) ([coosamatt](https://github.com/coosamatt)) + ## [v1.3.0](https://github.com/auth0/react-native-auth0/tree/v1.3.0) (2018-07-17) [Full Changelog](https://github.com/auth0/react-native-auth0/compare/v1.2.2...v1.3.0) diff --git a/docs/Auth.html b/docs/Auth.html index f539d132..825f6063 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 2b4e15d1..d4c7235a 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 a4ccb915..d1a7126c 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 23830123..77d36c69 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 575ca336..4b36146f 100644 --- a/docs/WebAuth.html +++ b/docs/WebAuth.html @@ -778,7 +778,7 @@
Returns:

diff --git a/docs/auth_index.js.html b/docs/auth_index.js.html index 4e760cf4..c69ee435 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 26bbda0a..15e26a05 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 fe6242ef..597c4a0a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -193,7 +193,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 1acbede8..4f615433 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 52e38638..ab04c043 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 3c74e529..978aaf84 100644 --- a/docs/webauth_index.js.html +++ b/docs/webauth_index.js.html @@ -181,7 +181,7 @@

webauth/index.js


diff --git a/networking/telemetry.js b/networking/telemetry.js index d194108b..ea364efd 100644 --- a/networking/telemetry.js +++ b/networking/telemetry.js @@ -1,5 +1,5 @@ -// Generated file by lbalmaceda on Tue Jul 17 2018 16:52:11 GMT-0300 (-03); +// Generated file by martin on Mon Oct 01 2018 11:21:22 GMT+0100 (BST); module.exports = { "name": "react-native-auth0", - "version": "1.3.0" + "version": "1.3.1" }; \ No newline at end of file diff --git a/package.json b/package.json index 3c13a4a4..2e816912 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-auth0", - "version": "1.3.0", + "version": "1.3.1", "description": "React Native toolkit for Auth0 API", "main": "index.js", "scripts": {