Skip to content

Commit

Permalink
Merge pull request #787 from splitio/release_v10.25.1
Browse files Browse the repository at this point in the history
Prepare release v10.25.1
  • Loading branch information
EmilianoSanchez authored Jan 16, 2024
2 parents 849d880 + fe49dbc commit 4d6406d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
10.25.1 (January 16, 2024)
- Updated @splitsoftware/splitio-commons package to version 1.13.1 and some transitive dependencies for vulnerability fixes.

10.25.0 (January 4, 2024)
- Updated SDK to support URLs without TLS protocol in NodeJS, to simplify proxy usage inside private networks.

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.25.0",
"version": "10.25.1",
"description": "Split SDK",
"files": [
"README.md",
Expand Down Expand Up @@ -40,7 +40,7 @@
"node": ">=6"
},
"dependencies": {
"@splitsoftware/splitio-commons": "1.13.0",
"@splitsoftware/splitio-commons": "1.13.1",
"@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.25.0';
export const packageVersion = '10.25.1';

0 comments on commit 4d6406d

Please sign in to comment.