Skip to content

Commit b97e8e7

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 3.0.8
1 parent f1bd6dc commit b97e8e7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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.8] - 2023-07-14
6+
### Fixed:
7+
- #202 Use bootstrap values if there's an error initializing the client.
8+
- #208 Add `types` to `exports` field in package.json to fix typescript compilation error when using `moduleResolution: bundler`.
9+
510
## [3.0.7] - 2023-07-12
611
### Changed:
712
- This release introduces rollup to bundle the build output. The bundle is minified and supports both cjs and esm.

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.7",
3+
"version": "3.0.8",
44
"description": "LaunchDarkly SDK for React",
55
"author": "LaunchDarkly <team@launchdarkly.com>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)