Skip to content

Commit 27fb5f3

Browse files
committed
1.8.3
1 parent 05331b5 commit 27fb5f3

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

dist/leanplum.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ export interface InboxMessage {
126126
id(): string;
127127
title(): string;
128128
subtitle(): string;
129+
data(): Record<string, string | number>;
129130
timestamp(): number;
130131
isRead(): boolean;
131132
imageUrl(): string;

dist/leanplum.js

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

dist/leanplum.min.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"name": "leanplum-sdk",
4646
"description": "This is the JavaScript SDK for Leanplum, allowing developers to access and integrate the functionality of Leanplum with applications and devices through JavaScript and HTML5. Leanplum is an application development platform that provides mobile A/B testing, messaging functionality, personalization, and more features for applications. ## Installation Add leanplum.js to your project: ```javascript <script type=\"text/javascript\" src=\"leanplum.js\"></script> ``` ## Usage Initialize Leanplum.",
47-
"version": "1.8.2",
47+
"version": "1.8.3",
4848
"main": "dist/leanplum.min.js",
4949
"types": "dist/leanplum.d.ts",
5050
"directories": {

src/Constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default {
3535
REGISTER_DEVICE: 'registerDevice',
3636
},
3737

38-
SDK_VERSION: '1.8.2',
38+
SDK_VERSION: '1.8.3',
3939

4040
CLIENT: 'js',
4141

0 commit comments

Comments
 (0)