Skip to content

Commit e434ac6

Browse files
authored
bump version (#399)
Co-authored-by: mitch prewitt <[email protected]>
1 parent 74c1926 commit e434ac6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ request()
225225
.catch();
226226
```
227227

228-
:rotating*light: \*\_PLEASE NOTE*\*: If you choose the `deferred` option, the SDK will _not_ do any filtering or sorting on the messages internally. You will get the messages exactly as they come down from the API, untouched. This means you may (for example) show in-app messages marked `read` or show the messages in the wrong order based on `priority`.
228+
:rotating_light: PLEASE NOTE, If you choose the `deferred` option, the SDK will \_not* do any filtering or sorting on the messages internally. You will get the messages exactly as they come down from the API, untouched. This means you may (for example) show in-app messages marked `read` or show the messages in the wrong order based on `priority`.
229229

230230
If you want to keep the default sorting and filtering, please take advantage of the `sortInAppMessages` and `filterHiddenInAppMessages` methods the SDK provides. Also see `filterOnlyReadAndNeverTriggerMessages`, which is similar to `filterHiddenInAppMessages` but does not filter out JSON-only messages.
231231

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@iterable/web-sdk",
33
"description": "Iterable SDK for JavaScript and Node.",
4-
"version": "1.0.10",
4+
"version": "1.0.11",
55
"homepage": "https://iterable.com/",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)