We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1a439 commit c5c8ee6Copy full SHA for c5c8ee6
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v8.5.5 (2019-08-17)
2
+
3
+* Fixes an issue with the email validation when reporting a bug on Android.
4
+* Fixes an issue with the crash reporting which prevented the report from being submitted on Android.
5
6
## v8.5.4 (2019-08-10)
7
8
* Hot Fixes an issue with `Instabug.setFloatingButtonEdge` and `Instabug.setEnabledAttachmentTypes` causing the app to crash.
package.json
@@ -1,6 +1,6 @@
{
"name": "instabug-reactnative",
- "version": "8.5.4",
+ "version": "8.5.5",
"description": "React Native plugin for integrating the Instabug SDK",
"main": "index.js",
"types": "index.d.ts",
0 commit comments