Skip to content

Commit 8d30882

Browse files
Update changelog entry
1 parent fb96528 commit 8d30882

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
1.13.0 (January 4, 2024)
2-
- Removed the `getOptions` method from the `IPlatform` interface to simplify the code. Request options can be handled within the `getFetch` method.
2+
- Removed the `getOptions` method from the `IPlatform` interface to simplify implementation. Request options can be handled within the `getFetch` method.
33

44
1.12.1 (December 12, 2023)
55
- Updated PluggableStorage, for producer mode, and LocalStorage, for standalone mode, to clear the storage before initiating the synchronization process if it was previously synchronized with a different SDK key (i.e., a different environment) or different Split Filter criteria.

package-lock.json

Lines changed: 7 additions & 7 deletions
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
@@ -72,7 +72,7 @@
7272
"jest": "^27.2.3",
7373
"jest-localstorage-mock": "^2.4.3",
7474
"lodash": "^4.17.21",
75-
"node-fetch": "^2.6.7",
75+
"node-fetch": "^2.7.0",
7676
"redis-server": "1.2.2",
7777
"rimraf": "^3.0.2",
7878
"ts-jest": "^27.0.5",

0 commit comments

Comments
 (0)