Skip to content

Commit

Permalink
[MOB-10040] Bump version to 11.2.0 (#778)
Browse files Browse the repository at this point in the history
* Bump version to 11.2.0

* Update CHANGELOG.md
  • Loading branch information
TheBuggedYRN authored Sep 19, 2022
1 parent dc9c789 commit 9596788
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Unreleased
## 11.2.0 (2022-09-19)

* Bumps Instabug Android SDK to v11.4.1
* Bumps Instabug iOS SDK to v11.2.0
* React Native 0.69 support
* Bumps the minimum supported React Native version to 0.60.0
* Drops manual linking support
* Adjusts source maps auto upload script on Android to support the bundled Hermes in RN v0.69
* Adjusts source maps auto upload script on Android to support the bundled Hermes in React Native v0.69
* Fixes an issue with Hermes source maps generation script causing JS crashes on Android not getting deobfuscated correctly
* Adds support for iOS source maps auto upload when Hermes is enabled

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
minSdkVersion getExtOrDefault('minSdkVersion').toInteger()
targetSdkVersion getExtOrDefault('targetSdkVersion').toInteger()
versionCode 1
versionName "11.0.2"
versionName "11.2.0"
multiDexEnabled true
ndk {
abiFilters "armeabi-v7a", "x86"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "instabug-reactnative",
"description": "React Native plugin for integrating the Instabug SDK",
"version": "11.0.2",
"version": "11.2.0",
"author": "Instabug (https://instabug.com)",
"repository": "github:Instabug/Instabug-React-Native",
"homepage": "https://www.instabug.com/platforms/react-native",
Expand Down

0 comments on commit 9596788

Please sign in to comment.