File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ## Unreleased
1
+ ## 11.2.0 (2022-09-19)
2
2
3
3
* Bumps Instabug Android SDK to v11.4.1
4
4
* Bumps Instabug iOS SDK to v11.2.0
5
5
* React Native 0.69 support
6
6
* Bumps the minimum supported React Native version to 0.60.0
7
7
* Drops manual linking support
8
- * Adjusts source maps auto upload script on Android to support the bundled Hermes in RN v0.69
8
+ * Adjusts source maps auto upload script on Android to support the bundled Hermes in React Native v0.69
9
9
* Fixes an issue with Hermes source maps generation script causing JS crashes on Android not getting deobfuscated correctly
10
10
* Adds support for iOS source maps auto upload when Hermes is enabled
11
11
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ android {
15
15
minSdkVersion getExtOrDefault(' minSdkVersion' ). toInteger()
16
16
targetSdkVersion getExtOrDefault(' targetSdkVersion' ). toInteger()
17
17
versionCode 1
18
- versionName " 11.0.2 "
18
+ versionName " 11.2.0 "
19
19
multiDexEnabled true
20
20
ndk {
21
21
abiFilters " armeabi-v7a" , " x86"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " instabug-reactnative" ,
3
3
"description" : " React Native plugin for integrating the Instabug SDK" ,
4
- "version" : " 11.0.2 " ,
4
+ "version" : " 11.2.0 " ,
5
5
"author" : " Instabug (https://instabug.com)" ,
6
6
"repository" : " github:Instabug/Instabug-React-Native" ,
7
7
"homepage" : " https://www.instabug.com/platforms/react-native" ,
You can’t perform that action at this time.
0 commit comments