This commit is contained in:
Pedro Belo 2017-12-04 21:36:15 -08:00
parent 4b5225b458
commit 59812c853f
2 changed files with 10 additions and 2 deletions

View File

@ -2,7 +2,15 @@
### Upcoming
[Diff](https://github.com/luggit/react-native-config/compare/v0.10.0...master)
[Diff](https://github.com/luggit/react-native-config/compare/v0.11.0...master)
### 0.11.0
- Fix env file selection in iOS (#185)
- Support envfile selection as a system property (#191)
- Typescript support (#186)
[Diff](https://github.com/luggit/react-native-config/compare/v0.10.0...v0.11.0)
### 0.10.0

View File

@ -1,6 +1,6 @@
{
"name": "react-native-config",
"version": "0.10.0",
"version": "0.11.0",
"description": "Expose config variables to React Native apps",
"keywords": ["env", "config", "config-var", "react-native", "android", "ios", "12factor"],
"homepage": "https://github.com/luggit/react-native-config",