Skip to content

Commit 94b6689

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 5.0.3
1 parent 6826ccb commit 94b6689

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

33
All notable changes to the `launchdarkly-js-sdk-common` package will be documented in this file. Changes that affect the dependent SDKs such as `launchdarkly-js-client-sdk` should also be logged in those projects, in the next release that uses the updated version of this package. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [5.0.3] - 2023-03-21
6+
### Changed:
7+
- Update `LDContext` to allow for key to be optional. This is used when making an anonymous context with a generated key.
8+
59
## [5.0.2] - 2023-02-15
610
### Changed:
711
- Removed usage of optional chaining (`?.`) to improve compatibility with projects which are using older transpilation tooling.

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-sdk-common",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "LaunchDarkly SDK for JavaScript - common code",
55
"author": "LaunchDarkly <team@launchdarkly.com>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)