From 185739c55ef4a07f6c33321977d0ea7d7f66217a Mon Sep 17 00:00:00 2001 From: Atul R Date: Thu, 21 Jun 2018 10:46:05 +0530 Subject: [PATCH] Added credits for mark-friedman --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5568d5..3689964 100644 --- a/README.md +++ b/README.md @@ -421,6 +421,7 @@ setNativeExceptionHandler(nativeErrorCallback, false); - [Paulus Esterhazy](https://github.com/pesterhazy) - [TomMahle](https://github.com/TomMahle) - [Sébastien Krafft](https://github.com/skrafft) +- [Mark Friedman](https://github.com/mark-friedman) ## TESTING NATIVE EXCEPTIONS/ERRORS diff --git a/package.json b/package.json index 3917392..bdd8e77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-exception-handler", - "version": "2.8.8", + "version": "2.8.9", "description": "A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.", "main": "index.js", "scripts": {