Skip to content

Commit 85f3faa

Browse files
author
Github Workflow (on behalf of alexgerardojacinto)
committed
chore(release): publish [skip ci]
- @capacitor/geolocation@6.1.0
1 parent 2c6a499 commit 85f3faa

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

geolocation/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.1.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/geolocation@6.0.2...@capacitor/geolocation@6.1.0) (2024-12-06)
7+
8+
### Features
9+
10+
- **geolocation:** add `minimumUpdateInterval` parameter for `startWatch` ([#2272](https://github.com/ionic-team/capacitor-plugins/issues/2272)) ([2c6a499](https://github.com/ionic-team/capacitor-plugins/commit/2c6a4999a3876629799d607eea5ac2c317e73eb4))
11+
612
## [6.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/geolocation@6.0.1...@capacitor/geolocation@6.0.2) (2024-11-19)
713

814
**Note:** Version bump only for package @capacitor/geolocation

geolocation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/geolocation",
3-
"version": "6.0.2",
3+
"version": "6.1.0",
44
"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.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)