diff --git a/CHANGELOG.md b/CHANGELOG.md index 468b85b..81bca16 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.1.25](https://github.com/Cap-go/capacitor-nativegeocoder/compare/6.1.24...6.1.25) (2024-12-16) + ### [6.1.24](https://github.com/Cap-go/capacitor-nativegeocoder/compare/6.1.23...6.1.24) (2024-12-16) ### [6.1.23](https://github.com/Cap-go/capacitor-nativegeocoder/compare/6.1.22...6.1.23) (2024-12-09) diff --git a/package.json b/package.json index 6db4916..71ffacf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/nativegeocoder", - "version": "6.1.24", + "version": "6.1.25", "description": "Capacitor plugin for native forward and reverse geocoding", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",