Skip to content

Commit 96ada24

Browse files
authored
Release 9.1.7 (#500)
* Adds missing typescript def
1 parent 551507a commit 96ada24

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v9.1.7 (2020-08-10)
2+
3+
* Fixes missing typescript definitions
4+
15
## v9.1.6 (2020-07-16)
26

37
* Fixes an issue that caused XHR Response not to be logged.

index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@ export function onNavigationStateChange(
233233
currentState: any,
234234
action: any
235235
): void;
236+
export function componentDidAppearListener(componentObj:
237+
{ componentId: any, componentName: any, passProps: any }
238+
): void;
236239
export enum invocationEvent {
237240
none,
238241
shake,

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": "9.1.6",
3+
"version": "9.1.7",
44
"description": "React Native plugin for integrating the Instabug SDK",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)