Skip to content

Commit 2f075cb

Browse files
chore(release): 0.4.0 [skip ci]
# [0.4.0](v0.3.0...v0.4.0) (2025-07-30) ### Features * remove location permission handling ([e7c5224](e7c5224))
1 parent e7c5224 commit 2f075cb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [0.4.0](https://github.com/atoui-zahreddine/react-native-mapbox-turn-by-turn-navigation/compare/v0.3.0...v0.4.0) (2025-07-30)
2+
3+
4+
### Features
5+
6+
* remove location permission handling ([e7c5224](https://github.com/atoui-zahreddine/react-native-mapbox-turn-by-turn-navigation/commit/e7c522446904c0c2893cf1809aa99f3a0f048c9c))
7+
18
# [0.3.0](https://github.com/atoui-zahreddine/react-native-mapbox-turn-by-turn-navigation/compare/v0.2.0...v0.3.0) (2025-07-30)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-mapbox-turn-by-turn-navigation",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "React native module for Mapbox Navigation SDK v3 with full turn-by-turn navigation support.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)