From 9cc833b84170cc5c5c8a56aa8c1ff3f72281cb93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 14:59:02 +0000 Subject: [PATCH] chore(main): release 3.4.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2ace448..f7212cb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.4.2" + ".": "3.4.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ca2af68..ab57bf9 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.3](https://github.com/launchdarkly/node-client-sdk/compare/3.4.2...3.4.3) (2026-08-06) + + +### Bug Fixes + +* update launchdarkly-js-sdk-common to 5.8.3 ([#76](https://github.com/launchdarkly/node-client-sdk/issues/76)) ([f8b22b5](https://github.com/launchdarkly/node-client-sdk/commit/f8b22b51f32f28f8767ba89568f9515abc33b5ad)) +* update launchdarkly-js-sdk-common to 5.8.3 and add dependency cooldown ([4006e24](https://github.com/launchdarkly/node-client-sdk/commit/4006e24c5ab53874d720a9d6ac592f2194ab594f)) + ## [3.4.2](https://github.com/launchdarkly/node-client-sdk/compare/3.4.1...3.4.2) (2026-08-04) diff --git a/package.json b/package.json index c205d49..4f5a6ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-node-client-sdk", - "version": "3.4.2", + "version": "3.4.3", "description": "LaunchDarkly Client-Side SDK for Node.js", "author": "LaunchDarkly ", "license": "Apache-2.0",