diff --git a/README.md b/README.md index 34ff109..09c7b68 100644 --- a/README.md +++ b/README.md @@ -503,6 +503,7 @@ A lot of frameworks (especially analytics sdk's) implement global exception hand - [Szabó Zsolt](https://github.com/alexovits) - [Andrew Vyazovoy](https://github.com/Vyazovoy) - [Pierre Segalen](https://github.com/psegalen) +- [Denis Slávik](https://github.com/slavikdenis) ## TESTING NATIVE EXCEPTIONS/ERRORS diff --git a/package.json b/package.json index b272923..15073c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-exception-handler", - "version": "2.10.7", + "version": "2.10.8", "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", "typings": "index.d.ts",