From c74733281855e5ca4625d0d6472f0e3a319e43f7 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Wed, 12 Jul 2023 16:35:47 +0000 Subject: [PATCH] Releasing version 3.0.7 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e25d950..bab2b7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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). +## [3.0.7] - 2023-07-12 +### Changed: +- This release introduces rollup to bundle the build output. The bundle is minified and supports both cjs and esm. + ## [3.0.6] - 2023-04-12 ### Fixed: - Rolled back parcel due to erroneous types being generated issue [197](https://github.com/launchdarkly/react-client-sdk/issues/197). diff --git a/package.json b/package.json index cf44760..e526ba0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-react-client-sdk", - "version": "3.0.6", + "version": "3.0.7", "description": "LaunchDarkly SDK for React", "author": "LaunchDarkly ", "license": "Apache-2.0",