From c56fc7184126c14c82e464744826978edde64eef Mon Sep 17 00:00:00 2001 From: Emmanuel Zamora Date: Wed, 29 Jun 2022 11:40:08 -0300 Subject: [PATCH] Prepare stable release v1.5.0 --- CHANGES.txt | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index dda80a0e..aa1f7b44 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -1.5.0 (June 24, 2022) +1.5.0 (June 29, 2022) - Added a new config option to control the tasks that listen or poll for updates on feature flags and segments, via the new config sync.enabled . Running online Split will always pull the most recent updates upon initialization, this only affects updates fetching on a running instance. Useful when a consistent session experience is a must or to save resources when updates are not being used. - Updated telemetry logic to track the anonymous config for user consent flag set to declined or unknown. - Updated submitters logic, to avoid duplicating the post of impressions to Split cloud when the SDK is destroyed while its periodic post of impressions is running. diff --git a/package-lock.json b/package-lock.json index d46df41e..2c6c6e5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@splitsoftware/splitio-commons", - "version": "1.4.2-rc.3", + "version": "1.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7a184ff3..f7fb2df2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@splitsoftware/splitio-commons", - "version": "1.4.2-rc.3", + "version": "1.5.0", "description": "Split Javascript SDK common components", "main": "cjs/index.js", "module": "esm/index.js",