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

Commit cd9c939

Browse files
Releasing version 3.0.2
1 parent 312e4aa commit cd9c939

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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+
## [3.0.2] - 2020-03-31
6+
### Changed:
7+
- Updated SDK code to build, run, and test on Xcode 11.4.
8+
59
## [3.0.1] - 2020-02-26
610
### Added:
711
- Generated TypeDoc documentation for all types, properties, and methods is now available online at https://launchdarkly.github.io/react-native-client-sdk/. Currently this will only be for the latest released version.

ios/LaunchdarklyReactNativeClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = "LaunchdarklyReactNativeClient"
4-
s.version = "3.0.1"
4+
s.version = "3.0.2"
55
s.summary = "LaunchdarklyReactNativeClient"
66
s.description = <<-DESC
77
LaunchdarklyReactNativeClient

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "3.0.1",
3+
"version": "3.0.2",
44
"description": "",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)