From 2eb18d65a4a75df1e8f8e958f1cb0dda20990ba6 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Wed, 12 Apr 2023 20:50:52 +0000 Subject: [PATCH] Releasing version 3.0.6 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76f1180..e25d950 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.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). + ## [3.0.5] - 2023-04-12 ### Added: - Use parcel to reduce the bundle size. diff --git a/package.json b/package.json index 57b5dfd..fdfc19a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-react-client-sdk", - "version": "3.0.5", + "version": "3.0.6", "description": "LaunchDarkly SDK for React", "author": "LaunchDarkly ", "license": "Apache-2.0",