diff --git a/CHANGELOG.md b/CHANGELOG.md index 537b02b..cae671e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.10](https://github.com/nativescript-community/gps/compare/v3.1.9...v3.1.10) (2023-01-24) + + +### Bug Fixes + +* **android:** native-api-usage fix ([fb7d3d9](https://github.com/nativescript-community/gps/commit/fb7d3d99a86caca233cf2691f2c02d2787babc82)) + + + + + ## [3.1.9](https://github.com/nativescript-community/gps/compare/v3.1.8...v3.1.9) (2023-01-23) diff --git a/lerna.json b/lerna.json index 22d8292..fb3a6cf 100644 --- a/lerna.json +++ b/lerna.json @@ -18,5 +18,5 @@ ] } }, - "version": "3.1.9" + "version": "3.1.10" } diff --git a/packages/gps/CHANGELOG.md b/packages/gps/CHANGELOG.md index c949312..a92f566 100644 --- a/packages/gps/CHANGELOG.md +++ b/packages/gps/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.10](https://github.com/nativescript-community/gps/compare/v3.1.9...v3.1.10) (2023-01-24) + + +### Bug Fixes + +* **android:** native-api-usage fix ([fb7d3d9](https://github.com/nativescript-community/gps/commit/fb7d3d99a86caca233cf2691f2c02d2787babc82)) + + + + + ## [3.1.9](https://github.com/nativescript-community/gps/compare/v3.1.8...v3.1.9) (2023-01-23) diff --git a/packages/gps/package.json b/packages/gps/package.json index ea5c2de..51c918f 100644 --- a/packages/gps/package.json +++ b/packages/gps/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/gps", - "version": "3.1.9", + "version": "3.1.10", "description": "Tracks GPS location updates regardless of the app state. Does not depend on Google Play Services.", "main": "index", "sideEffects": false,