Skip to content

Commit aa89652

Browse files
DavidMina96HeshamMegid
authored andcommitted
[MOB-12036] Release v11.9.1 (#935)
Bump version to 11.9.1
1 parent 881a2bb commit aa89652

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
## Unreleased
1+
# Changelog
22

3-
- Fixes a TS compilation error due to a broken entry point path.
4-
- Re-exports `NetworkData` type to be imported from `instabug-reactnative`.
3+
## [11.9.1](https://github.com/Instabug/Instabug-React-Native/compare/v11.9.0...v11.9.1) (March 01, 2023)
4+
5+
### Changed
6+
7+
- Re-export `NetworkData` type ([#932](https://github.com/Instabug/Instabug-React-Native/pull/932)), closes [#930](https://github.com/Instabug/Instabug-React-Native/issues/930).
8+
9+
### Fixed
10+
11+
- Fix a TS compilation error due to a broken entry point path ([#931](https://github.com/Instabug/Instabug-React-Native/pull/931)), closes [#930](https://github.com/Instabug/Instabug-React-Native/issues/930).
512

613
## 11.9.0 (2023-02-20)
714

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818
minSdkVersion getExtOrDefault('minSdkVersion').toInteger()
1919
targetSdkVersion getExtOrDefault('targetSdkVersion').toInteger()
2020
versionCode 1
21-
versionName "11.9.0"
21+
versionName "11.9.1"
2222
multiDexEnabled true
2323
ndk {
2424
abiFilters "armeabi-v7a", "x86"

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ PODS:
341341
- React-jsi (= 0.66.0)
342342
- React-logger (= 0.66.0)
343343
- React-perflogger (= 0.66.0)
344-
- RNInstabug (11.9.0):
344+
- RNInstabug (11.9.1):
345345
- Instabug (= 11.9.0)
346346
- React-Core
347347
- RNScreens (3.17.0):
@@ -553,7 +553,7 @@ SPEC CHECKSUMS:
553553
React-RCTVibration: 53b92d54b923283638cb0186da7a5c2d2b70a49b
554554
React-runtimeexecutor: 4bb657a97aa74568d9ed634c8bd478299bb8a3a6
555555
ReactCommon: eb059748e842a1a86025ebbd4ac9d99e74492f88
556-
RNInstabug: d4e83885e5819e32e6d3afaad1ee45ff1b9efa6e
556+
RNInstabug: c24a8e0b0c4d411e0e8b088028ea1b2dd8fac823
557557
RNScreens: 0df01424e9e0ed7827200d6ed1087ddd06c493f9
558558
RNSVG: 551acb6562324b1d52a4e0758f7ca0ec234e278f
559559
RNVectorIcons: fcc2f6cb32f5735b586e66d14103a74ce6ad61f8

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.9.0",
4+
"version": "11.9.1",
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)