Skip to content

Commit

Permalink
v8.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Oct 12, 2022
1 parent e7782e4 commit c901ece
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/index.js

Large diffs are not rendered by default.

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.1.3",
"version": "8.1.4",
"main": "build/index.js",
"scripts": {
"start": "webpack serve",
Expand Down
1 change: 1 addition & 0 deletions published/8.1.4/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.

1 change: 1 addition & 0 deletions src/Gleap.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ class Gleap {
if (session && session.userId && session.userId.length > 0) {
return true;
}
return false;
}

/**
Expand Down

0 comments on commit c901ece

Please sign in to comment.