Skip to content

Commit

Permalink
Merge pull request #757 from splitio/development
Browse files Browse the repository at this point in the history
release v10.23.0
  • Loading branch information
emmaz90 committed Jul 18, 2023
2 parents c27ac71 + 3e9f3cc commit 3317bae
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
10.22.7 (July 18, 2023)
10.23.0 (July 18, 2023)
- Updated @splitsoftware/splitio-commons package to version 1.8.4 that includes minor improvements:
- 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.

Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splitsoftware/splitio",
"version": "10.22.7",
"version": "10.23.0",
"description": "Split SDK",
"files": [
"README.md",
Expand Down Expand Up @@ -40,7 +40,7 @@
"node": ">=6"
},
"dependencies": {
"@splitsoftware/splitio-commons": "1.8.4",
"@splitsoftware/splitio-commons": "1.9.0",
"@types/google.analytics": "0.0.40",
"@types/ioredis": "^4.28.0",
"bloom-filters": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/settings/defaults/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const packageVersion = '10.22.7';
export const packageVersion = '10.23.0';

0 comments on commit 3317bae

Please sign in to comment.