Skip to content

Commit 45a61d6

Browse files
authored
techdebt: [FFM-12568]: Migrate build & release pipeline to Harness Code (#135)
* techdebt: [FFM-12568]: Migrate build & release pipeline to Harness Code * update version
1 parent f7c3552 commit 45a61d6

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-nodejs-server-sdk",
3-
"version": "1.8.10",
3+
"version": "1.8.11",
44
"description": "Feature flags SDK for NodeJS environments",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.mjs",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.8.10';
1+
export const VERSION = '1.8.11';

0 commit comments

Comments
 (0)