Skip to content

Commit b721caf

Browse files
committed
Added credits and bumped up the version
1 parent 2e9a184 commit b721caf

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,12 @@ setJSExceptionHandler(errorHandler);
160160
```
161161

162162
*More Examples can be found in the examples folder*
163-
- Preserving old handler
163+
- Preserving old handler (thanks to zeh)
164164

165165
## NOTES
166166
1. This module only helps in catching the runtime errors in JS. Native errors can still crash your app without any prompt.
167+
168+
169+
## CONTRIBUTORS
170+
- [Atul R](https://github.com/master-atul)
171+
- [Zeh Fernando](https://github.com/zeh)

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": "1.0.1",
3+
"version": "1.1.0",
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)