Skip to content

Commit 9596788

Browse files
authored
[MOB-10040] Bump version to 11.2.0 (#778)
* Bump version to 11.2.0 * Update CHANGELOG.md
1 parent dc9c789 commit 9596788

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## Unreleased
1+
## 11.2.0 (2022-09-19)
22

33
* Bumps Instabug Android SDK to v11.4.1
44
* Bumps Instabug iOS SDK to v11.2.0
55
* React Native 0.69 support
66
* Bumps the minimum supported React Native version to 0.60.0
77
* 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
99
* Fixes an issue with Hermes source maps generation script causing JS crashes on Android not getting deobfuscated correctly
1010
* Adds support for iOS source maps auto upload when Hermes is enabled
1111

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515
minSdkVersion getExtOrDefault('minSdkVersion').toInteger()
1616
targetSdkVersion getExtOrDefault('targetSdkVersion').toInteger()
1717
versionCode 1
18-
versionName "11.0.2"
18+
versionName "11.2.0"
1919
multiDexEnabled true
2020
ndk {
2121
abiFilters "armeabi-v7a", "x86"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "instabug-reactnative",
33
"description": "React Native plugin for integrating the Instabug SDK",
4-
"version": "11.0.2",
4+
"version": "11.2.0",
55
"author": "Instabug (https://instabug.com)",
66
"repository": "github:Instabug/Instabug-React-Native",
77
"homepage": "https://www.instabug.com/platforms/react-native",

0 commit comments

Comments
 (0)