From 09634856d08e1526cf529fa822ba31e303c8785c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 19:57:45 +0000 Subject: [PATCH] chore(main): release launchdarkly-react-client-sdk 3.8.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 573f090..b1356f2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.8.0" + ".": "3.8.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c37a887..dd5b888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.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) + + +### Bug Fixes + +* Update to js-client-sdk 3.8.1 for docs update ([#360](https://github.com/launchdarkly/react-client-sdk/issues/360)) ([a4cb4e3](https://github.com/launchdarkly/react-client-sdk/commit/a4cb4e33615dc25bcc50372ad14a435f54cb0b56)) + ## [3.8.0](https://github.com/launchdarkly/react-client-sdk/compare/launchdarkly-react-client-sdk-v3.7.0...launchdarkly-react-client-sdk-v3.8.0) (2025-05-28) diff --git a/package.json b/package.json index 6bb93c8..d909bdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-react-client-sdk", - "version": "3.8.0", + "version": "3.8.1", "description": "LaunchDarkly SDK for React", "author": "LaunchDarkly ", "license": "Apache-2.0",