Skip to content

Commit fd0b5cf

Browse files
add changelog entry
1 parent aaf2ae9 commit fd0b5cf

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
10.22.5 (May 15, 2023)
2+
- Updated @splitsoftware/splitio-commons package to version 1.8.2 that includes minor improvements.
3+
- Updated terminology on the SDKs codebase to be more aligned with current standard without causing a breaking change. The core change is the term split for feature flag on things like logs and IntelliSense comments.
4+
- Updated split storage modules to optimize some operations when using Redis and pluggable storages.
5+
- Updated some transitive dependencies for vulnerability fixes.
6+
17
10.22.4 (March 9, 2023)
28
- Updated @splitsoftware/splitio-commons package to version 1.8.1 that includes minor improvements.
39
- Updated some transitive dependencies for vulnerability fixes.

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitsoftware/splitio",
3-
"version": "10.22.4",
3+
"version": "10.22.5-rc.0",
44
"description": "Split SDK",
55
"files": [
66
"README.md",
@@ -40,7 +40,7 @@
4040
"node": ">=6"
4141
},
4242
"dependencies": {
43-
"@splitsoftware/splitio-commons": "1.8.2-rc.1",
43+
"@splitsoftware/splitio-commons": "1.8.2-rc.2",
4444
"@types/google.analytics": "0.0.40",
4545
"@types/ioredis": "^4.28.0",
4646
"bloom-filters": "^3.0.0",

src/settings/defaults/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const packageVersion = '10.22.4';
1+
export const packageVersion = '10.22.5-rc.0';

0 commit comments

Comments
 (0)