From 17ce8f9fc9caeee3ca7ee9d6a4cadfb9b210da88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 20:11:13 +0000 Subject: [PATCH] chore(main): release launchdarkly-react-client-sdk 3.9.2 --- .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 f9897f7..3366c22 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.9.1" + ".": "3.9.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bda5c7..1ed48bc 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.2](https://github.com/launchdarkly/react-client-sdk/compare/launchdarkly-react-client-sdk-v3.9.1...launchdarkly-react-client-sdk-v3.9.2) (2026-05-29) + + +### Bug Fixes + +* bump js-client-sdk ([b7e36dc](https://github.com/launchdarkly/react-client-sdk/commit/b7e36dc34f77867f6ee93cfb2492bf7b3656704a)) +* bump js-client-sdk ([#395](https://github.com/launchdarkly/react-client-sdk/issues/395)) ([6da483b](https://github.com/launchdarkly/react-client-sdk/commit/6da483b96180ff99ccee89d02ed33dbaf76f66ef)) + ## [3.9.1](https://github.com/launchdarkly/react-client-sdk/compare/launchdarkly-react-client-sdk-v3.9.0...launchdarkly-react-client-sdk-v3.9.1) (2026-05-01) diff --git a/package.json b/package.json index a9d5bd5..c1e3e8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-react-client-sdk", - "version": "3.9.1", + "version": "3.9.2", "description": "LaunchDarkly SDK for React", "author": "LaunchDarkly ", "license": "Apache-2.0",