Skip to content

Commit

Permalink
v8.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Nov 16, 2022
1 parent 1ad7193 commit 8e9f6ed
Show file tree
Hide file tree
Showing 6 changed files with 182 additions and 95 deletions.
2 changes: 1 addition & 1 deletion build/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export namespace Gleap {
function setEnvironment(environment: "dev" | "staging" | "prod"): void;
function showFeedbackButton(show: boolean): void;
function startFeedbackFlow(feedbackFlow: string, showBackButton?: boolean): void;
function showSurvey(actionType: string, outboundId: string, format: string): void;
function on(event: string, callback: (data?: any) => void): void;
function getIdentity(): any;
function isUserIdentified(): boolean;
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": "gleap",
"version": "8.3.0",
"version": "8.3.1",
"main": "build/index.js",
"scripts": {
"start": "webpack serve",
Expand Down
1 change: 1 addition & 0 deletions published/8.3.1/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion published/latest/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 8e9f6ed

Please sign in to comment.