Skip to content

Commit cae28ea

Browse files
chore(release): 8.1.0 [skip ci]
# [8.1.0](v8.0.0...v8.1.0) (2026-02-11) ### Bug Fixes * **android:** AGP 9.0 no longer supporting `proguard-android.txt` ([#74](#74)) ([32961e1](32961e1)) ### Features * **ci:** add Maven Central publishing workflow and Android publishing scripts ([#72](#72)) ([281d64f](281d64f)) * **ci:** add publish-pod job to invoke CocoaPods publish workflow ([#70](#70)) ([e2387f4](e2387f4)) * **ci:** add publish-pod job to invoke CocoaPods publish workflow ([#71](#71)) ([f9a4eca](f9a4eca))
1 parent 37d611f commit cae28ea

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [8.1.0](https://github.com/ionic-team/capacitor-geolocation/compare/v8.0.0...v8.1.0) (2026-02-11)
2+
3+
4+
### Bug Fixes
5+
6+
* **android:** AGP 9.0 no longer supporting `proguard-android.txt` ([#74](https://github.com/ionic-team/capacitor-geolocation/issues/74)) ([32961e1](https://github.com/ionic-team/capacitor-geolocation/commit/32961e1eb53106ba9004a9a1d0abb4b500a90dc8))
7+
8+
9+
### Features
10+
11+
* **ci:** add Maven Central publishing workflow and Android publishing scripts ([#72](https://github.com/ionic-team/capacitor-geolocation/issues/72)) ([281d64f](https://github.com/ionic-team/capacitor-geolocation/commit/281d64fd038fbdfea15aa7a484ee0fb33370e35b))
12+
* **ci:** add publish-pod job to invoke CocoaPods publish workflow ([#70](https://github.com/ionic-team/capacitor-geolocation/issues/70)) ([e2387f4](https://github.com/ionic-team/capacitor-geolocation/commit/e2387f43c060ee5f1e5e7210fe9c3ef13237f2a4))
13+
* **ci:** add publish-pod job to invoke CocoaPods publish workflow ([#71](https://github.com/ionic-team/capacitor-geolocation/issues/71)) ([f9a4eca](https://github.com/ionic-team/capacitor-geolocation/commit/f9a4ecae97b944f739736ecc04f90b4c372232a5))
14+
115
# [8.0.0](https://github.com/ionic-team/capacitor-geolocation/compare/v7.1.6...v8.0.0) (2025-12-08)
216

317

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": "8.0.0",
3+
"version": "8.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)