Skip to content

Commit 185739c

Browse files
committed
Added credits for mark-friedman
1 parent 40d2dee commit 185739c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ setNativeExceptionHandler(nativeErrorCallback, false);
421421
- [Paulus Esterhazy](https://github.com/pesterhazy)
422422
- [TomMahle](https://github.com/TomMahle)
423423
- [Sébastien Krafft](https://github.com/skrafft)
424+
- [Mark Friedman](https://github.com/mark-friedman)
424425

425426
## TESTING NATIVE EXCEPTIONS/ERRORS
426427

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-exception-handler",
3-
"version": "2.8.8",
3+
"version": "2.8.9",
44
"description": "A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)