This commit is contained in:
Pedro Belo 2018-01-09 06:45:00 -08:00
parent fd60e14862
commit 4a3678e13f
2 changed files with 8 additions and 2 deletions

View File

@ -2,7 +2,13 @@
### Upcoming
[Diff](https://github.com/luggit/react-native-config/compare/v0.11.4...master)
[Diff](https://github.com/luggit/react-native-config/compare/v0.11.5...master)
### 0.11.5
- Fix issue with CRLF (#201)
[Diff](https://github.com/luggit/react-native-config/compare/v0.11.4...v0.11.5)
### 0.11.4

View File

@ -1,6 +1,6 @@
{
"name": "react-native-config",
"version": "0.11.4",
"version": "0.11.5",
"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",