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 43afc1d commit baeaa3aCopy full SHA for baeaa3a
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v10.0.0 (2021-02-01)
2
+
3
+* Introduces Instabug’s new App Performance Monitoring (APM)
4
+* Adds support of Push Notifications
5
+* Bumps the minimum supported iOS version to iOS 10
6
+* Various bug fixes and improvements
7
8
## v9.1.10 (2020-12-02)
9
10
* Fixes a crash caused by the network logger when the object passed is too large
package.json
@@ -1,6 +1,6 @@
{
"name": "instabug-reactnative",
- "version": "9.1.10",
+ "version": "10.0.0",
"description": "React Native plugin for integrating the Instabug SDK",
"main": "index.js",
"types": "index.d.ts",
0 commit comments