Skip to content

Commit 8e9f6ed

Browse files
committed
v8.3.1
1 parent 1ad7193 commit 8e9f6ed

File tree

6 files changed

+182
-95
lines changed

6 files changed

+182
-95
lines changed

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export namespace Gleap {
8585
function setEnvironment(environment: "dev" | "staging" | "prod"): void;
8686
function showFeedbackButton(show: boolean): void;
8787
function startFeedbackFlow(feedbackFlow: string, showBackButton?: boolean): void;
88+
function showSurvey(actionType: string, outboundId: string, format: string): void;
8889
function on(event: string, callback: (data?: any) => void): void;
8990
function getIdentity(): any;
9091
function isUserIdentified(): boolean;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gleap",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"main": "build/index.js",
55
"scripts": {
66
"start": "webpack serve",

published/8.3.1/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)