Skip to content

Commit

Permalink
Merge pull request #534 from Instabug/release/9.1.10
Browse files Browse the repository at this point in the history
Release 9.1.10
  • Loading branch information
bsameh-at-instabug authored Dec 2, 2020
2 parents 63335b1 + 572dff0 commit c96b232
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

* Fixes a crash caused by the network logger when the object passed is too large
* Adds source map upload script support for environment variables use inside Info.plist
* Fixes a crash when using `getUserAttribute` on an attribute that does not exist
* Fixes a crash when calling `setSdkDebugLogsLevel` on Android

## v9.1.9 (2020-10-01)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "instabug-reactnative",
"version": "9.1.9",
"version": "9.1.10",
"description": "React Native plugin for integrating the Instabug SDK",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -53,4 +53,4 @@
"scripts": {
"test": "jest && ./node_modules/.bin/codecov"
}
}
}

0 comments on commit c96b232

Please sign in to comment.