Skip to content

Commit a00e922

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 3.0.5
1 parent 1cfe7c7 commit a00e922

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

33
All notable changes to the LaunchDarkly Client-side SDK for React will be documented in this file. For the source code for versions 2.13.0 and earlier, see the corresponding tags in the [js-client-sdk](https://github.com/launchdarkly/js-client-sdk) repository; this code was previously in a monorepo package there. See also the [JavaScript SDK changelog](https://github.com/launchdarkly/js-client-sdk/blob/main/CHANGELOG.md), since the React SDK inherits all of the underlying functionality of the JavaScript SDK; this file covers only changes that are specific to the React interface. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [3.0.5] - 2023-04-12
6+
### Added:
7+
- Use parcel to reduce the bundle size.
8+
9+
### Changed:
10+
- Updated to `js-client-sdk` `3.1.3`.
11+
12+
### Fixed:
13+
- Fixed an issue that was preventing page view/click events from being sent. (fixed by `js-client-sdk` `3.1.3`)
14+
515
## [3.0.4] - 2023-03-21
616
### Changed:
717
- Update `LDContext` to allow for key to be optional. This is used when making an anonymous context with a generated key.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-react-client-sdk",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "LaunchDarkly SDK for React",
55
"author": "LaunchDarkly <[email protected]>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)