@splitsoftware/splitio-commons 2.11.1-rc.2 → 2.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGES.txt +2 -2
  2. package/package.json +1 -1
package/CHANGES.txt CHANGED
@@ -1,5 +1,5 @@
1
- 2.12.0 (February 20, 2026)
2
- - Add support for ioredis v5
1
+ 2.12.0 (February 24, 2026)
2
+ - Added support for ioredis v5.
3
3
 
4
4
  2.11.0 (January 28, 2026)
5
5
  - Added functionality to provide metadata alongside SDK update and READY events. Read more in our docs.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splitsoftware/splitio-commons",
3
- "version": "2.11.1-rc.2",
3
+ "version": "2.12.0",
4
4
  "description": "Split JavaScript SDK common components",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",