diff --git a/CHANGELOG.md b/CHANGELOG.md index eb6ca09..9ac4b2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [6.0.25](https://github.com/Cap-go/capacitor-nativegeocoder/compare/6.0.24...6.0.25) (2024-07-01) + ### [6.0.24](https://github.com/Cap-go/capacitor-nativegeocoder/compare/6.0.23...6.0.24) (2024-07-01) ### [6.0.23](https://github.com/Cap-go/capacitor-nativegeocoder/compare/6.0.22...6.0.23) (2024-06-24) diff --git a/package.json b/package.json index 397e8d7..72f0954 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/nativegeocoder", - "version": "6.0.24", + "version": "6.0.25", "description": "Capacitor plugin for native forward and reverse geocoding", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",