From f07e3c948f5b216995f304cd8355ff7fe76be860 Mon Sep 17 00:00:00 2001 From: Aly ezz Date: Thu, 16 Jul 2020 13:47:14 +0200 Subject: [PATCH 1/2] update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da6c3d9e0d..1351f294c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ -## master +## v9.1.6 (2020-07-16) * Fixes an issue that caused XHR Response not to be logged. +* Adds support for Repro Steps. Repro Steps list all of the actions an app user took before reporting a bug or crash, grouped by the screens they visited in your app. +* Bump Native SDKs to v9.1.6 ## v9.1.1 (2020-04-06) From d578739a61ff54b2b78d443c4422ef0ad2be8e87 Mon Sep 17 00:00:00 2001 From: Aly ezz Date: Thu, 16 Jul 2020 13:47:52 +0200 Subject: [PATCH 2/2] Bump version to 9.1.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a76a690ebb..9e54bfe38e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "instabug-reactnative", - "version": "9.1.1", + "version": "9.1.6", "description": "React Native plugin for integrating the Instabug SDK", "main": "index.js", "types": "index.d.ts",