Skip to content

Commit 95586d1

Browse files
Merge branch 'development' into type_definitions_update
2 parents 424edc5 + 3e9f3cc commit 95586d1

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

CHANGES.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
10.22.7 (July 18, 2023)
1+
10.23.0 (July 18, 2023)
22
- Updated @splitsoftware/splitio-commons package to version 1.8.4 that includes minor improvements:
33
- 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.
44

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitsoftware/splitio",
3-
"version": "10.22.7",
3+
"version": "10.23.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.4",
43+
"@splitsoftware/splitio-commons": "1.9.0",
4444
"@types/google.analytics": "0.0.40",
4545
"@types/ioredis": "^4.28.0",
4646
"bloom-filters": "^3.0.0",

src/settings/defaults/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const packageVersion = '10.22.7';
1+
export const packageVersion = '10.23.0';

0 commit comments

Comments
 (0)