Skip to content

Commit

Permalink
Releasing version 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Feb 15, 2023
1 parent 7a81692 commit 9863242
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [5.0.2] - 2023-02-15
### Changed:
- Removed usage of optional chaining (`?.`) to improve compatibility with projects which are using older transpilation tooling.

## [5.0.1] - 2023-01-10
### Changed:
- Updated all types in `typings.d.ts` to be exported. This is to ensure that those types are included in generated documentation of dependent SDKs.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "launchdarkly-js-sdk-common",
"version": "5.0.1",
"version": "5.0.2",
"description": "LaunchDarkly SDK for JavaScript - common code",
"author": "LaunchDarkly <team@launchdarkly.com>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 9863242

Please sign in to comment.