diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0bf01a1..2129464 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 f8c2921..e8bd7c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly client-side JavaScript SDKs will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [3.9.4](https://github.com/launchdarkly/js-client-sdk/compare/3.9.3...3.9.4) (2026-07-20) + + +### Bug Fixes + +* update launchdarkly-js-sdk-common to 5.8.2 ([#349](https://github.com/launchdarkly/js-client-sdk/issues/349)) ([29221e2](https://github.com/launchdarkly/js-client-sdk/commit/29221e29e5507517002458ce3db0b5cc9e0bd72b)) + ## [3.9.3](https://github.com/launchdarkly/js-client-sdk/compare/3.9.2...3.9.3) (2026-05-29) diff --git a/package.json b/package.json index ca1c1f4..8e3718a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-js-client-sdk", - "version": "3.9.3", + "version": "3.9.4", "description": "LaunchDarkly SDK for JavaScript", "author": "LaunchDarkly ", "license": "Apache-2.0",