@splitsoftware/splitio-commons 1.1.1-rc.0 → 1.2.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 +1 -1
  2. package/package.json +1 -1
package/CHANGES.txt CHANGED
@@ -1,4 +1,4 @@
1
- 1.1.1 (XXX)
1
+ 1.2.0 (January 19, 2022)
2
2
  - Added support to SDK clients on browser to optionally bind attributes to the client, keeping these loaded within the SDK along with the user ID, for easier usage when requesting flag.
3
3
 
4
4
  1.1.0 (January 11, 2022)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splitsoftware/splitio-commons",
3
- "version": "1.1.1-rc.0",
3
+ "version": "1.2.0",
4
4
  "description": "Split Javascript SDK common components",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",