Skip to content

Commit ace8e53

Browse files
committed
chore: release 0.2.0
1 parent 4f5df55 commit ace8e53

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-location-status",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Checks if location is enabled on the device",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",
@@ -121,7 +121,7 @@
121121
},
122122
"plugins": {
123123
"@release-it/conventional-changelog": {
124-
"preset": {
124+
"preset": {
125125
"name": "conventionalcommits"
126126
},
127127
"infile": "CHANGELOG.md"

0 commit comments

Comments
 (0)