Skip to content

Commit 5ecc531

Browse files
Bump version
1 parent 67fd9d6 commit 5ecc531

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 10.9.1 (2021-10-13)
2+
3+
* Bumps Instabug Android SDK to v10.9.1
4+
* Bumps Instabug iOS SDK to v10.9.3
5+
* Fixes an issue with network requests not getting logged on iOS
6+
17
## 10.9.0 (2021-09-30)
28

39
* Bumps Instabug native SDKs to v10.9

InstabugSample/ios/InstabugSample.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
);
329329
inputPaths = (
330330
"${PODS_ROOT}/Target Support Files/Pods-InstabugSample/Pods-InstabugSample-frameworks.sh",
331-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/Instabug/Instabug.framework/Instabug",
331+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/RNInstabug/Instabug.framework/Instabug",
332332
);
333333
name = "[CP] Embed Pods Frameworks";
334334
outputPaths = (

InstabugSample/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2830,7 +2830,7 @@ inquirer@^6.4.1:
28302830
through "^2.3.6"
28312831

28322832
instabug-reactnative@../:
2833-
version "10.4.0"
2833+
version "10.9.1"
28342834

28352835
invariant@^2.2.4:
28362836
version "2.2.4"
@@ -3637,7 +3637,7 @@ [email protected]:
36373637
version "4.0.1"
36383638
resolved "https://registry.yarnpkg.com/lodash.unescape/-/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c"
36393639

3640-
lodash@4.x.x, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.5, lodash@^4.3.0, lodash@^4.6.1:
3640+
lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.5, lodash@^4.3.0, lodash@^4.6.1:
36413641
version "4.17.21"
36423642
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
36433643

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instabug-reactnative",
3-
"version": "10.9.0",
3+
"version": "10.9.1",
44
"description": "React Native plugin for integrating the Instabug SDK",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)