diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b805e9a..2ace448 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.4.1" + ".": "3.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fc6bb9..ca2af68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to the LaunchDarkly Client-Side SDK for Node.js will be documented in this file. +## [3.4.2](https://github.com/launchdarkly/node-client-sdk/compare/3.4.1...3.4.2) (2026-08-04) + + +### Bug Fixes + +* addiing migration banner ([b5ba7ca](https://github.com/launchdarkly/node-client-sdk/commit/b5ba7cab1ba24c11184140875176db8f24bd9226)) +* adding migration banner ([#74](https://github.com/launchdarkly/node-client-sdk/issues/74)) ([842e3ba](https://github.com/launchdarkly/node-client-sdk/commit/842e3ba0d4f6f251a8097618e88bde00f1cd7b34)) + ## [3.4.1](https://github.com/launchdarkly/node-client-sdk/compare/3.4.0...3.4.1) (2026-07-20) diff --git a/package.json b/package.json index 6f48b47..5d041f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-node-client-sdk", - "version": "3.4.1", + "version": "3.4.2", "description": "LaunchDarkly Client-Side SDK for Node.js", "author": "LaunchDarkly ", "license": "Apache-2.0",