File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+
2
+
3
+ ## 0.2.0 (2024-12-07)
4
+
5
+ * build: exclude local config files ([ cbea42d] ( https://github.com/SpeedcuberOSS/react-native-location-status/commit/cbea42d ) )
6
+ * build: fix ` release-it ` configuration ([ 4f5df55] ( https://github.com/SpeedcuberOSS/react-native-location-status/commit/4f5df55 ) )
7
+ * docs: add standard badges to README ([ a9ab55c] ( https://github.com/SpeedcuberOSS/react-native-location-status/commit/a9ab55c ) )
8
+ * feat: add ` isLocationEnabled ` method ([ 05b20ac] ( https://github.com/SpeedcuberOSS/react-native-location-status/commit/05b20ac ) )
9
+ * chore: Scaffold ` react-native-location-status ` ([ f591a88] ( https://github.com/SpeedcuberOSS/react-native-location-status/commit/f591a88 ) )
10
+ * chore: set license to MPL-2.0 ([ 4f8470c] ( https://github.com/SpeedcuberOSS/react-native-location-status/commit/4f8470c ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-location-status" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.2 .0" ,
4
4
"description" : " Checks if location is enabled on the device" ,
5
5
"source" : " ./src/index.tsx" ,
6
6
"main" : " ./lib/commonjs/index.js" ,
121
121
},
122
122
"plugins" : {
123
123
"@release-it/conventional-changelog" : {
124
- "preset" : {
124
+ "preset" : {
125
125
"name" : " conventionalcommits"
126
126
},
127
127
"infile" : " CHANGELOG.md"
You can’t perform that action at this time.
0 commit comments