Skip to content

Commit fe9491b

Browse files
chore: release main (#1764)
🤖 I have created a release *beep* *boop* --- <details><summary>node-client-sdk: 0.2.0</summary> ## [0.2.0](node-client-sdk-v0.1.0...node-client-sdk-v0.2.0) (2026-06-22) ### ⚠ BREAKING CHANGES * pre-release `@launchdarkly/node-client-sdk` as `0.1.0` ([#1757](#1757)) ### Features * pre-release `@launchdarkly/node-client-sdk` as `0.1.0` ([#1757](#1757)) ([e14e6f9](e14e6f9)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Automated version and changelog updates only; no functional code changes beyond the SDK version constant. > > **Overview** > Release Please bumps **`@launchdarkly/node-client-sdk`** from **0.1.0** to **0.2.0** across the manifest, `package.json`, `NodeInfo.ts` (`sdkVersion`), and a new **CHANGELOG** entry for the pre-release. > > No application or SDK behavior changes beyond the published version string and release metadata. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 06e3c02. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> <!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/launchdarkly/js-core/pull/1764" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open in Devin Review"> </picture> </a> <!-- devin-review-badge-end --> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Steven Zhang <szhang@launchdarkly.com>
1 parent 3a664a3 commit fe9491b

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"packages/sdk/cloudflare": "2.7.25",
99
"packages/sdk/combined-browser": "0.1.27",
1010
"packages/sdk/fastly": "0.2.15",
11-
"packages/sdk/node-client": "0.1.0",
11+
"packages/sdk/node-client": "0.2.0",
1212
"packages/sdk/react-native": "10.19.0",
1313
"packages/sdk/server-ai": "1.1.0",
1414
"packages/sdk/server-node": "9.11.2",

packages/sdk/node-client/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/launchdarkly/js-core/compare/node-client-sdk-v0.1.0...node-client-sdk-v0.2.0) (2026-06-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* pre-release `@launchdarkly/node-client-sdk` as `0.2.0` ([#1757](https://github.com/launchdarkly/js-core/issues/1757))
9+
10+
### Features
11+
12+
* pre-release `@launchdarkly/node-client-sdk` as `0.2.0` ([#1757](https://github.com/launchdarkly/js-core/issues/1757)) ([e14e6f9](https://github.com/launchdarkly/js-core/commit/e14e6f91148e1c7b65756cb653a45ebad883d1d6))
13+
314
## [0.0.4](https://github.com/launchdarkly/js-core/compare/node-client-sdk-v0.0.3...node-client-sdk-v0.0.4) (2026-06-08)
415

516

packages/sdk/node-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/node-client-sdk",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "LaunchDarkly Client-Side SDK for Node.js",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/node-client",
66
"repository": {

packages/sdk/node-client/src/platform/NodeInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as os from 'os';
33
import { Info, PlatformData, SdkData } from '@launchdarkly/js-client-sdk-common';
44

55
const sdkName = 'node-client-sdk';
6-
const sdkVersion = '0.1.0'; // x-release-please-version
6+
const sdkVersion = '0.2.0'; // x-release-please-version
77

88
function processPlatformName(name: string): string {
99
switch (name) {

0 commit comments

Comments
 (0)