File tree 4 files changed +10
-5
lines changed
4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ Unreleased] ( https://github.com/Instabug/Instabug-React-Native/compare/v13.1.1...dev )
3
+ ## [ 13.2.0] ( https://github.com/Instabug/Instabug-React-Native/compare/v13.1.1...v13.2.0 ) (July 7, 2024)
4
+
5
+ ### Changed
6
+
7
+ - Bump Instabug Android SDK to v13.2.0 ([ #1245 ] ( https://github.com/Instabug/Instabug-React-Native/pull/1245 ) ). [ See release notes] ( https://github.com/Instabug/Instabug-Android/releases/tag/v13.2.0 ) .
8
+ - Bump Instabug iOS SDK to v13.2.0 ([ #1246 ] ( https://github.com/Instabug/Instabug-React-Native/pull/1246 ) ). [ See release notes] ( https://github.com/Instabug/Instabug-iOS/releases/tag/13.2.0 ) .
4
9
5
10
### Changed
6
11
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ android {
57
57
minSdkVersion getExtOrDefault(' minSdkVersion' ). toInteger()
58
58
targetSdkVersion getExtOrDefault(' targetSdkVersion' ). toInteger()
59
59
versionCode 1
60
- versionName " 13.0.5 "
60
+ versionName " 13.2.0 "
61
61
multiDexEnabled true
62
62
ndk {
63
63
abiFilters " armeabi-v7a" , " x86"
Original file line number Diff line number Diff line change @@ -531,7 +531,7 @@ PODS:
531
531
- RNGestureHandler (2.13.4):
532
532
- RCT-Folly (= 2021.07.22.00)
533
533
- React-Core
534
- - RNInstabug (13.1.1 ):
534
+ - RNInstabug (13.2.0 ):
535
535
- Instabug (= 13.2.0)
536
536
- React-Core
537
537
- RNReanimated (3.5.4):
@@ -841,7 +841,7 @@ SPEC CHECKSUMS:
841
841
React-utils: bcb57da67eec2711f8b353f6e3d33bd8e4b2efa3
842
842
ReactCommon: 3ccb8fb14e6b3277e38c73b0ff5e4a1b8db017a9
843
843
RNGestureHandler: 6e46dde1f87e5f018a54fe5d40cd0e0b942b49ee
844
- RNInstabug: f044a7573b97c7c7ad01a1aa0dce9842413ea137
844
+ RNInstabug: 6fa68cd181533f83154df2ebba000d0c47ca7ba3
845
845
RNReanimated: ab2e96c6d5591c3dfbb38a464f54c8d17fb34a87
846
846
RNScreens: b21dc57dfa2b710c30ec600786a3fc223b1b92e7
847
847
RNSVG: 80584470ff1ffc7994923ea135a3e5ad825546b9
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " instabug-reactnative" ,
3
3
"description" : " React Native plugin for integrating the Instabug SDK" ,
4
- "version" : " 13.1.1 " ,
4
+ "version" : " 13.2.0 " ,
5
5
"author" : " Instabug (https://instabug.com)" ,
6
6
"repository" : " github:Instabug/Instabug-React-Native" ,
7
7
"homepage" : " https://www.instabug.com/platforms/react-native" ,
You can’t perform that action at this time.
0 commit comments