v0.11.0
This commit is contained in:
parent
4b5225b458
commit
59812c853f
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue