Skip to content

Commit 90793f7

Browse files
committed
Added credits and bumped version
1 parent 3f59a81 commit 90793f7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,9 @@ setNativeExceptionHandler(nativeErrorCallback, false);
409409
- [Peter Chow](https://github.com/peteroid)
410410
- [Gustavo Fão Valvassori](https://github.com/faogustavo)
411411
- [Alessandro Agosto](https://github.com/lexor90)
412+
- [robinxb](https://github.com/robinxb)
413+
- [Gant Laborde](https://github.com/GantMan)
414+
- [Himanshu Singh](https://github.com/himanshusingh2407)
412415

413416
## TESTING NATIVE EXCEPTIONS/ERRORS
414417

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-exception-handler",
3-
"version": "2.6.0",
3+
"version": "2.6.2",
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)