diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c01eb4..095c62c 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/master/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). +## [2.23.2] - 2021-10-06 +### Changed: +- Improved `withLDProvider` so that prop types can be provided (thanks, [dsifford](https://github.com/launchdarkly/react-client-sdk/pull/97)!) + ## [2.23.1] - 2021-09-03 ### Fixed: - When using `asyncWithLDProvider`, components added to the DOM after client initialization now use the latest known flag values instead of the bootstrapped values. diff --git a/package-lock.json b/package-lock.json index 7b1e80c..394aad8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-react-client-sdk", - "version": "2.23.1", + "version": "2.23.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 990d2ab..4ca7e2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-react-client-sdk", - "version": "2.23.1", + "version": "2.23.2", "description": "LaunchDarkly SDK for React", "author": "LaunchDarkly ", "license": "Apache-2.0",