From 32c3e3d6b15ea6781a17c153013c962096e84784 Mon Sep 17 00:00:00 2001 From: Poovamraj T T Date: Fri, 7 Jan 2022 16:42:53 +0100 Subject: [PATCH] Release v2.12.0 --- CHANGELOG.md | 12 + docs/Auth.html | 551 +++++++++++++++++++++++++++++- docs/Auth0.html | 32 +- docs/Auth0.module.exports.html | 32 +- docs/Users.html | 32 +- docs/WebAuth.html | 32 +- docs/global.html | 32 +- docs/index.html | 84 +++-- docs/index.js.html | 32 +- docs/src_auth_index.js.html | 168 ++++++++- docs/src_management_users.js.html | 32 +- docs/src_webauth_index.js.html | 32 +- package.json | 2 +- src/networking/telemetry.js | 2 +- 14 files changed, 1029 insertions(+), 46 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bddf99b..4cd39223 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [v2.12.0](https://github.com/auth0/react-native-auth0/tree/v2.12.0) (2022-01-07) + +[Full Changelog](https://github.com/auth0/react-native-auth0/compare/v2.11.0...v2.12.0) + +**Added** + +- Feature: Implemented MFA APIs [\#442](https://github.com/auth0/react-native-auth0/pull/442) ([poovamraj](https://github.com/poovamraj)) + +**Fixed** + +- Fix: Warning on RN65 while linking from agent.js [\#441](https://github.com/auth0/react-native-auth0/pull/441) ([poovamraj](https://github.com/poovamraj)) + ## [v2.11.0](https://github.com/auth0/react-native-auth0/tree/v2.11.0) (2021-11-30) [Full Changelog](https://github.com/auth0/react-native-auth0/compare/v2.10.0...v2.11.0) diff --git a/docs/Auth.html b/docs/Auth.html index a2b976a8..ecc9bf91 100644 --- a/docs/Auth.html +++ b/docs/Auth.html @@ -69,6 +69,26 @@ >loginWithEmail + + + +