Skip to content

Commit 68c975c

Browse files
chore(main): release 3.9.0
1 parent 9af8be9 commit 68c975c

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.8.1"
2+
".": "3.9.0"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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).
44

5+
## [3.9.0](https://github.com/launchdarkly/js-client-sdk/compare/3.8.1...3.9.0) (2025-09-09)
6+
7+
8+
### Features
9+
10+
* Add experimental debug override functionality. ([9af8be9](https://github.com/launchdarkly/js-client-sdk/commit/9af8be91e2167cfd3369c0fffe0330a404cf9404))
11+
* Add experimental debug override functionality. ([9fcac21](https://github.com/launchdarkly/js-client-sdk/commit/9fcac210e1152160d8b940383a8a85035b06a467))
12+
* Add experimental debug override functionality. ([#326](https://github.com/launchdarkly/js-client-sdk/issues/326)) ([9af8be9](https://github.com/launchdarkly/js-client-sdk/commit/9af8be91e2167cfd3369c0fffe0330a404cf9404))
13+
514
## [3.8.1](https://github.com/launchdarkly/js-client-sdk/compare/3.8.0...3.8.1) (2025-05-30)
615

716

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-js-client-sdk",
3-
"version": "3.8.1",
3+
"version": "3.9.0",
44
"description": "LaunchDarkly SDK for JavaScript",
55
"author": "LaunchDarkly <team@launchdarkly.com>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)