Skip to content

Commit

Permalink
Prepare stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoSanchez committed May 13, 2024
1 parent 74cca85 commit 526c4a2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
0.6.0 (May 15, 2024)
0.6.0 (May 13, 2024)
- Added a new configuration option `sync.flagSpecVersion` to specify the flags spec version to be fetched and stored.
- Updated @splitsoftware/splitio-commons package to version 1.15.0 that includes minor updates:
- Added support for targeting rules based on semantic versions (https://semver.org/).
- Updated Split API client to include the flags spec version query parameter for the `splitChanges` and `auth` endpoints.
- Updated some transitive dependencies for vulnerability fixes.

0.5.1 (February 29, 2024)
- Updated @splitsoftware/splitio-commons package to version 1.13.1 and some transitive dependencies for vulnerability fixes.
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-sync-tools",
"version": "0.5.2-rc.0",
"version": "0.6.0",
"description": "Split JavaScript Sync Tools",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"prepublishOnly": "npm run check && npm run test && npm run build"
},
"dependencies": {
"@splitsoftware/splitio-commons": "1.14.1-rc.0",
"@splitsoftware/splitio-commons": "1.15.0",
"dotenv": "^9.0.1",
"node-fetch": "^2.6.7",
"yargs": "^17.0.1"
Expand Down

0 comments on commit 526c4a2

Please sign in to comment.