From 527bde7c8204d34de60eb9403dd3cedfceb32635 Mon Sep 17 00:00:00 2001 From: Aly ezz Date: Wed, 2 Dec 2020 14:04:08 +0200 Subject: [PATCH 1/3] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f69ac3c38..3345a267b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) From 668b163ad7f075ca9fbf99a89cc54f6b88615f85 Mon Sep 17 00:00:00 2001 From: Aly ezz Date: Wed, 2 Dec 2020 14:04:19 +0200 Subject: [PATCH 2/3] Bump to version 9.1.10 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0b7eaeb25..410bd39bf 100644 --- a/package.json +++ b/package.json @@ -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", @@ -53,4 +53,4 @@ "scripts": { "test": "jest && ./node_modules/.bin/codecov" } -} +} \ No newline at end of file From 572dff0341fe2b78f9c21b8e5911218b30961d4a Mon Sep 17 00:00:00 2001 From: bsameh-at-instabug <62985679+bsameh-at-instabug@users.noreply.github.com> Date: Wed, 2 Dec 2020 17:30:26 +0200 Subject: [PATCH 3/3] Fixed typo in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3345a267b..d82a7d6f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ * 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 +* Fixes a crash when calling `setSdkDebugLogsLevel` on Android ## v9.1.9 (2020-10-01)