Skip to content

Commit 9b60fb2

Browse files
authored
Added thanks for Christoph Jerolimov and version bump (#11)
1 parent 93409c1 commit 9b60fb2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ setNativeExceptionHandler((errorString) => {
386386
- [Atul R](https://github.com/master-atul)
387387
- [Zeh Fernando](https://github.com/zeh)
388388
- [Fred Chasen](https://github.com/fchasen)
389-
389+
- [Christoph Jerolimov](https://github.com/jerolimov)
390390

391391
## TESTING NATIVE EXCEPTIONS/ERRORS
392392

ios/ReactNativeExceptionHandler.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33
s.name = "ReactNativeExceptionHandler"
44
s.summary = "A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions"
5-
s.version = "2.1.0"
5+
s.version = "2.2.0"
66
s.description = <<-DESC
77
A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.
88
The module helps prevent abrupt crashing of RN Apps without a graceful message to the user.

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.1.0",
3+
"version": "2.2.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)