From d76b30bb04155ea5a205137ac52ac98c50fdb7e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 16:10:59 +0000 Subject: [PATCH] chore(main): release launchdarkly-react-client-sdk 3.9.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b1356f2..f1c8ae5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.8.1" + ".": "3.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dd5b888..639ca38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.0](https://github.com/launchdarkly/react-client-sdk/compare/launchdarkly-react-client-sdk-v3.8.1...launchdarkly-react-client-sdk-v3.9.0) (2025-09-30) + + +### Features + +* Add experimental debug override functionality. ([63dd495](https://github.com/launchdarkly/react-client-sdk/commit/63dd495f9e393daf24597f9806b7b8ef010a434c)) +* Add experimental debug override functionality. ([4c4f3a3](https://github.com/launchdarkly/react-client-sdk/commit/4c4f3a3b9c62f715f5ec57bac25245a2b5a3a2f2)) +* Add experimental debug override functionality. ([#362](https://github.com/launchdarkly/react-client-sdk/issues/362)) ([63dd495](https://github.com/launchdarkly/react-client-sdk/commit/63dd495f9e393daf24597f9806b7b8ef010a434c)) + + +### Bug Fixes + +* Fix a race condition when handling multiple flag updates. ([#365](https://github.com/launchdarkly/react-client-sdk/issues/365)) ([8d46bbd](https://github.com/launchdarkly/react-client-sdk/commit/8d46bbdda97ec045ea132fd997ad50a3a840338c)) + ## [3.8.1](https://github.com/launchdarkly/react-client-sdk/compare/launchdarkly-react-client-sdk-v3.8.0...launchdarkly-react-client-sdk-v3.8.1) (2025-05-30) diff --git a/package.json b/package.json index b40cd48..4a08012 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-react-client-sdk", - "version": "3.8.1", + "version": "3.9.0", "description": "LaunchDarkly SDK for React", "author": "LaunchDarkly ", "license": "Apache-2.0",