fix: adding migration banner - #74
Merged
Merged
Conversation
kinyoklion
approved these changes
Aug 4, 2026
joker23
added a commit
that referenced
this pull request
Aug 4, 2026
🤖 I have created a release *beep* *boop* --- ## [3.4.2](3.4.1...3.4.2) (2026-08-04) ### Bug Fixes * addiing migration banner ([b5ba7ca](b5ba7ca)) * adding migration banner ([#74](#74)) ([842e3ba](842e3ba)) --- 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** > Version and changelog-only release metadata with no runtime code changes in this diff. > > **Overview** > **Release 3.4.2** bumps the package version from `3.4.1` to `3.4.2` in `package.json` and `.release-please-manifest.json`, and adds a **3.4.2** section to `CHANGELOG.md`. > > That changelog entry records the user-facing fix from [#74](#74): **adding a migration banner** (noted under Bug Fixes). This PR does not include the banner implementation itself—only the release bookkeeping for that change. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit b87cfd2. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Low Risk
Documentation-only change with no runtime, API, or dependency impact.
Overview
Adds a prominent notice at the top of the README telling readers to use
@launchdarkly/node-client-sdkinstead oflaunchdarkly-node-client-sdk, with links to the new npm package, the js-core repo path for future releases, and the new issue tracker.The rest of the README is unchanged; this is documentation-only to steer installs and support requests to the renamed package.
Reviewed by Cursor Bugbot for commit b5ba7ca. Bugbot is set up for automated code reviews on this repo. Configure here.