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

Commit

Permalink
Releasing version 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Mar 31, 2020
1 parent 312e4aa commit cd9c939
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [3.0.2] - 2020-03-31
### Changed:
- Updated SDK code to build, run, and test on Xcode 11.4.

## [3.0.1] - 2020-02-26
### Added:
- 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.
Expand Down
2 changes: 1 addition & 1 deletion ios/LaunchdarklyReactNativeClient.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "LaunchdarklyReactNativeClient"
s.version = "3.0.1"
s.version = "3.0.2"
s.summary = "LaunchdarklyReactNativeClient"
s.description = <<-DESC
LaunchdarklyReactNativeClient
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "launchdarkly-react-native-client-sdk",
"version": "3.0.1",
"version": "3.0.2",
"description": "",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit cd9c939

Please sign in to comment.