Skip to content

Commit 4d323c5

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 3.4.0
1 parent daa3bc2 commit 4d323c5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.4.0] - 2024-06-20
6+
### Changed:
7+
- Updated to launchdarkly-js-sdk-common 5.3.0 which supports synchronous inspectors.
8+
59
## [3.3.0] - 2024-05-01
610
### Added:
711
- Added an optional timeout to the `waitForInitialization` method. When a timeout is specified the returned promise will be rejected after the timeout elapses if the client has not finished initializing within that time. When no timeout is specified the returned promise will not be resolved or rejected until the initialization either completes or fails.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-js-client-sdk",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "LaunchDarkly SDK for JavaScript",
55
"author": "LaunchDarkly <[email protected]>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)