Skip to content

Commit b509f53

Browse files
TheBuggedYRNHeshamMegid
authored andcommitted
[MOB-11468] Release v11.6.0 (#869)
1 parent cf85203 commit b509f53

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.6.0 (2022-12-29)
22

33
- Bumps Instabug Android SDK to v11.7.0
44
- Bumps Instabug iOS SDK to v11.6.0
55
- Adds new string keys: insufficientContentMessage and insufficientContentTitle
66
- Adds missing mapping for some existing keys if relevant to the other platform
77
- Removes the string key: video
8-
- Deprecates the legacy API `callPrivateApi`
8+
- Deprecates the legacy API callPrivateApi
99

1010
## 11.5.1 (2022-12-14)
1111

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717
minSdkVersion getExtOrDefault('minSdkVersion').toInteger()
1818
targetSdkVersion getExtOrDefault('targetSdkVersion').toInteger()
1919
versionCode 1
20-
versionName "11.5.1"
20+
versionName "11.6.0"
2121
multiDexEnabled true
2222
ndk {
2323
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.5.1",
4+
"version": "11.6.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)