Skip to content

Commit 530d805

Browse files
Update CHANGELOG
1 parent f05fff3 commit 530d805

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
## v10.4.0 (2021-05-10)
22

3-
* Updates Instabug native SDKs
43
* Migrates iOS to use XCFramework
5-
* Adds missing TypeScript definitions
6-
* Adds new API: Replies.showNotificationAndroid
4+
* Bumps Instabug native SDKs to v10.4
75
* Fixes crashes related to the network request data not being parsed correctly
8-
* Fixes issues with the automatic sourcemap file upload on Android
6+
* Fixes issues related to the automatic sourcemap file upload on Android
7+
* Adds missing TypeScript definitions
98
* Deprecates Instabug.setVideoRecordingFloatingButtonPosition in favor of BugReporting.setVideoRecordingFloatingButtonPosition
9+
* Includes native fix which removes the usage of android:requestLegacyExternalStorage permission
10+
* Various other bug fixes and improvements
1011

1112
## v10.0.0 (2021-02-16)
1213

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instabug-reactnative",
3-
"version": "10.3.0",
3+
"version": "10.4.0",
44
"description": "React Native plugin for integrating the Instabug SDK",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)