You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [7.1.5](v7.1.4...v7.1.5) (2025-08-12)
### Bug Fixes
* **ios:** fixes an issue where the plugin stops receiving location updates after calling the clearWatch method ([#38](#38)) ([d6f5266](d6f5266))
Copy file name to clipboardExpand all lines: packages/capacitor-plugin/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@capacitor/geolocation",
3
-
"version": "7.1.4",
3
+
"version": "7.1.5",
4
4
"description": "The Geolocation API provides simple methods for getting and tracking the current position of the device using GPS, along with altitude, heading, and speed information if available.",
0 commit comments