Skip to content

Commit

Permalink
Release 9.1.7 (#500)
Browse files Browse the repository at this point in the history
* Adds missing typescript def
  • Loading branch information
alyezz authored Aug 10, 2020
1 parent 551507a commit 96ada24
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v9.1.7 (2020-08-10)

* Fixes missing typescript definitions

## v9.1.6 (2020-07-16)

* Fixes an issue that caused XHR Response not to be logged.
Expand Down
3 changes: 3 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@ export function onNavigationStateChange(
currentState: any,
action: any
): void;
export function componentDidAppearListener(componentObj:
{ componentId: any, componentName: any, passProps: any }
): void;
export enum invocationEvent {
none,
shake,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "instabug-reactnative",
"version": "9.1.6",
"version": "9.1.7",
"description": "React Native plugin for integrating the Instabug SDK",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 96ada24

Please sign in to comment.