Skip to content

Commit b40272c

Browse files
committed
v5.3.1
1 parent bffb999 commit b40272c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
### 5.3.1 (September 23, 2022)
4+
- iOS: fix crash due to location becoming nil ([#370](https://github.com/Agontuk/react-native-geolocation-service/pull/370))
5+
36
### 5.3.0 (June 25, 2022)
47
- Android: set `distanceFilter` to `0` in `getCurrentPosition` API
58
- Android: update default version of play services location to 18.0.0

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-geolocation-service",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
44
"description": "React native geolocation service for iOS and android",
55
"main": "js/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)