diff --git a/package-lock.json b/package-lock.json index 8fd26d3..4140bef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@harnessio/ff-javascript-client-sdk", - "version": "1.31.2", + "version": "1.31.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@harnessio/ff-javascript-client-sdk", - "version": "1.31.2", + "version": "1.31.3", "license": "Apache-2.0", "dependencies": { "jwt-decode": "^3.1.2", diff --git a/package.json b/package.json index 263ca34..aa8e1ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@harnessio/ff-javascript-client-sdk", - "version": "1.31.2", + "version": "1.31.3", "author": "Harness", "license": "Apache-2.0", "main": "dist/sdk.cjs.js", diff --git a/src/index.ts b/src/index.ts index c755875..547e19b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,7 +23,7 @@ import { getVariation } from './variation' import Poller from './poller' import { createCacheIdSeed, getCache } from './cache' -const SDK_VERSION = '1.31.2' +const SDK_VERSION = '1.31.3' const SDK_INFO = `Javascript ${SDK_VERSION} Client` const METRICS_VALID_COUNT_INTERVAL = 500