diff --git a/CHANGES.txt b/CHANGES.txt index e390eb1e..887f9da6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -1.8.4 (July 18, 2023) +1.9.0 (July 18, 2023) - Updated streaming architecture implementation to apply feature flag updates from the notification received which is now enhanced, improving efficiency and reliability of the whole update system. 1.8.3 (June 29, 2023) diff --git a/package-lock.json b/package-lock.json index bb70c150..8b4a82b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@splitsoftware/splitio-commons", - "version": "1.8.4", + "version": "1.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@splitsoftware/splitio-commons", - "version": "1.8.4", + "version": "1.9.0", "license": "Apache-2.0", "dependencies": { "tslib": "^2.3.1" diff --git a/package.json b/package.json index af856231..1e0e5d5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@splitsoftware/splitio-commons", - "version": "1.8.4", + "version": "1.9.0", "description": "Split Javascript SDK common components", "main": "cjs/index.js", "module": "esm/index.js",