diff --git a/CHANGELOG.md b/CHANGELOG.md index fa5f499..bc0b018 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# V1.5.0 +**2018-07-10** + +breaking change: remove default Android permission, see [detail](https://github.com/c19354837/react-native-system-setting/pull/44) + # V1.4.6 **2018-06-20** diff --git a/README.md b/README.md index 99b5f9a..1b1195f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It provides some system setting APIs for you. Support iOS and Android both. [Change Log](https://github.com/c19354837/react-native-system-setting/blob/master/CHANGELOG.md) -breaking change for `switchWifiSilence()` in V1.3.0, see [Powerful API](https://github.com/c19354837/react-native-system-setting#powerful-api) +breaking change for permission since V1.5.0, see [Android Permission](https://github.com/c19354837/react-native-system-setting#android-permission) ## Look like diff --git a/package.json b/package.json index c5952f5..fdfe275 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-system-setting", - "version": "1.4.6", + "version": "1.5.0", "description": "provide some system setting APIs. Volume, brightness, wifi, location, bluetooth, airplane...", "main": "SystemSetting.js", "homepage": "https://github.com/c19354837/react-native-system-setting",