Skip to content

Commit 693fdec

Browse files
authored
techdebt: [FFM-12567]: Migrate build & release pipeline to Harness Code (#164)
1 parent 061e920 commit 693fdec

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@harnessio/ff-javascript-client-sdk",
3-
"version": "1.31.2",
3+
"version": "1.31.3",
44
"author": "Harness",
55
"license": "Apache-2.0",
66
"main": "dist/sdk.cjs.js",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { getVariation } from './variation'
2323
import Poller from './poller'
2424
import { createCacheIdSeed, getCache } from './cache'
2525

26-
const SDK_VERSION = '1.31.2'
26+
const SDK_VERSION = '1.31.3'
2727
const SDK_INFO = `Javascript ${SDK_VERSION} Client`
2828
const METRICS_VALID_COUNT_INTERVAL = 500
2929

0 commit comments

Comments
 (0)