From eb751f28e1935cc627c89099895580fdca426984 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 19:10:45 +0000 Subject: [PATCH] chore(main): release launchdarkly-react-client-sdk 3.9.4 --- .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 0bf01a1d..2129464c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.9.3" + ".": "3.9.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b6567139..5a869b40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to the LaunchDarkly Client-side SDK for React will be documented in this file. For the source code for versions 2.13.0 and earlier, see the corresponding tags in the [js-client-sdk](https://github.com/launchdarkly/js-client-sdk) repository; this code was previously in a monorepo package there. See also the [JavaScript SDK changelog](https://github.com/launchdarkly/js-client-sdk/blob/main/CHANGELOG.md), since the React SDK inherits all of the underlying functionality of the JavaScript SDK; this file covers only changes that are specific to the React interface. This project adheres to [Semantic Versioning](http://semver.org). +## [3.9.4](https://github.com/launchdarkly/react-client-sdk/compare/launchdarkly-react-client-sdk-v3.9.3...launchdarkly-react-client-sdk-v3.9.4) (2026-08-10) + + +### Bug Fixes + +* update launchdarkly-js-client-sdk to 3.9.5 ([299868f](https://github.com/launchdarkly/react-client-sdk/commit/299868fb8873c97d2cec5a4ba90fade9bf14ef70)) +* update launchdarkly-js-client-sdk to 3.9.5 ([#415](https://github.com/launchdarkly/react-client-sdk/issues/415)) ([b39aedf](https://github.com/launchdarkly/react-client-sdk/commit/b39aedffbc43741af2d3a4cc4cad4bc3f5ceecca)) + ## [3.9.3](https://github.com/launchdarkly/react-client-sdk/compare/launchdarkly-react-client-sdk-v3.9.2...launchdarkly-react-client-sdk-v3.9.3) (2026-07-21) diff --git a/package.json b/package.json index 765ae67c..d8eaef48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-react-client-sdk", - "version": "3.9.3", + "version": "3.9.4", "description": "LaunchDarkly SDK for React", "author": "LaunchDarkly ", "license": "Apache-2.0",