From 1cd55a24dae65dfa78da26d5f17ddd45c046a80a Mon Sep 17 00:00:00 2001 From: Atul R Date: Thu, 14 Mar 2019 23:25:55 +0100 Subject: [PATCH] Added thanks and bumped version --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4788e3..34ff109 100644 --- a/README.md +++ b/README.md @@ -502,6 +502,7 @@ A lot of frameworks (especially analytics sdk's) implement global exception hand - [Jens Kuhr Jørgensen](https://github.com/jenskuhrjorgensen) - [Szabó Zsolt](https://github.com/alexovits) - [Andrew Vyazovoy](https://github.com/Vyazovoy) +- [Pierre Segalen](https://github.com/psegalen) ## TESTING NATIVE EXCEPTIONS/ERRORS diff --git a/package.json b/package.json index b44c50d..a8d1095 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-exception-handler", - "version": "2.10.6", + "version": "2.10.7", "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": {