Skip to content

Commit 2939a97

Browse files
author
Emmanuel Zamora
committed
release v10.22.7
1 parent 34eeff6 commit 2939a97

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
10.22.7 (July 18, 2023)
2+
- Updated @splitsoftware/splitio-commons package to version 1.8.4 that includes minor improvements:
3+
- Updated streaming architecture implementation to apply feature flag updates from the notification received which is now enhanced, improving efficiency and reliability of the whole update system.
4+
15
10.22.6 (July 6, 2023)
26
- Updated some transitive dependencies for vulnerability fixes.
37
- Updated @splitsoftware/splitio-commons package to version 1.8.3 that includes the following bug fix:

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.7-rc.0",
3+
"version": "10.22.7",
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.4-rc.0",
43+
"@splitsoftware/splitio-commons": "1.8.4",
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.7-rc.0';
1+
export const packageVersion = '10.22.7';

0 commit comments

Comments
 (0)