Skip to content

Commit 65572e9

Browse files
author
Emmanuel Zamora
committed
Release v10.24.0-beta
1 parent ebb98d2 commit 65572e9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
10.24.0 (November XX, 2023)
1+
10.24.0 (November 8, 2023)
22
- Added support for Flag Sets on the SDK, which enables grouping feature flags and interacting with the group rather than individually (more details in our documentation):
33
- Added new variations of the get treatment methods to support evaluating flags in given flag set/s.
44
- getTreatmentsByFlagSet and getTreatmentsByFlagSets

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitsoftware/splitio",
3-
"version": "10.23.2-rc.4",
3+
"version": "10.24.0-beta",
44
"description": "Split SDK",
55
"files": [
66
"README.md",

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.23.2-rc.4';
1+
export const packageVersion = '10.24.0-beta';

0 commit comments

Comments
 (0)