Skip to content

Commit a520a36

Browse files
authored
Release 11.5.0 (#836)
1 parent ed40e8a commit a520a36

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
## Unreleased
1+
## 11.5.0 (2022-11-28)
22

33
- Bumps Instabug Android SDK to v11.6.0
44
- Bumps Instabug iOS SDK to v11.5.0
5-
- Adds first-class TypeScript support.
5+
- Adds first-class TypeScript support
66
- Adds Romanian locale support
77
- Adds BugReporting.setDisclaimerText API
88
- Adds BugReporting.setCommentMinimumCharacterCount API
99
- Deprecates Instabug.enable and Instabug.disable APIs in favour of a new API Instabug.setEnabled, which works on both platforms
10-
- Fixes a compilation error on Android projects without buildToolsVersion property set.
11-
- Fixes APM network logging on Android
10+
- Fixes a compilation error on Android projects without buildToolsVersion property set
1211
- Fixes an issue with Hermes source maps generation script on React Native versions prior to 0.65.0
1312

1413
## 11.3.0 (2022-10-11)

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.3.0"
20+
versionName "11.5.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.3.0",
4+
"version": "11.5.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)