From 4d323c5e7cd7d509cfeb1be3a7446b10d94697a6 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Thu, 20 Jun 2024 16:30:14 +0000 Subject: [PATCH] Releasing version 3.4.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1265b61..47708ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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.4.0] - 2024-06-20 +### Changed: +- Updated to launchdarkly-js-sdk-common 5.3.0 which supports synchronous inspectors. + ## [3.3.0] - 2024-05-01 ### Added: - 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. diff --git a/package.json b/package.json index 8a99f8d..2f961c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-js-client-sdk", - "version": "3.3.0", + "version": "3.4.0", "description": "LaunchDarkly SDK for JavaScript", "author": "LaunchDarkly ", "license": "Apache-2.0",