From a85e86e03332a30a111dcd530392fd2175e2561d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 15:20:04 +0000 Subject: [PATCH] chore(main): release 3.4.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9dc6cef..b805e9a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.4.0" + ".": "3.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 04cfa19..7fc6bb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly Client-Side SDK for Node.js will be documented in this file. +## [3.4.1](https://github.com/launchdarkly/node-client-sdk/compare/3.4.0...3.4.1) (2026-07-20) + + +### Bug Fixes + +* update launchdarkly-js-sdk-common to 5.8.2 ([#72](https://github.com/launchdarkly/node-client-sdk/issues/72)) ([627ddb0](https://github.com/launchdarkly/node-client-sdk/commit/627ddb0fc47ebbaac3dc88f0961fc3f96ce49708)) + ## [3.4.0](https://github.com/launchdarkly/node-client-sdk/compare/3.3.1...3.4.0) (2026-05-26) diff --git a/package.json b/package.json index 41af454..6f48b47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-node-client-sdk", - "version": "3.4.0", + "version": "3.4.1", "description": "LaunchDarkly Client-Side SDK for Node.js", "author": "LaunchDarkly ", "license": "Apache-2.0",