Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 9c647f7

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 6.1.0
1 parent 171192e commit 9c647f7

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

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

33
All notable changes to the LaunchDarkly React Native SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [6.1.0] - 2022-02-25
6+
### Added:
7+
- Added `privateAttributeNames` configuration option for `LDConfig` allowing the configuration of private attributes for all users. ([#102](https://github.com/launchdarkly/react-native-client-sdk/issues/102))
8+
9+
### Fixed:
10+
- Android: Updated Android SDK dependency to [3.1.3](https://github.com/launchdarkly/android-client-sdk/releases/tag/3.1.3).
11+
- Android: Added missing native module API stubs to prevent warning on `NativeEventEmitter`. ([#116](https://github.com/launchdarkly/react-native-client-sdk/issues/116))
12+
- iOS: Fixed ownership handling of native callbacks to avoid garbage collection of all flags and connection mode listeners that are still in use. ([#106](https://github.com/launchdarkly/react-native-client-sdk/issues/106))
13+
514
## [6.0.0] - 2022-02-10
615
### Added:
716
- Expanded supported versions of React Native to include 0.65, 0.66, and 0.67 releases.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-native-client-sdk",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"description": "LaunchDarkly Client-side SDK for React Native",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)