diff --git a/CHANGELOG.md b/CHANGELOG.md index f9ae73a..36b63a3 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.31](https://github.com/Cap-go/capacitor-nativegeocoder/compare/6.1.30...6.1.31) (2025-01-27) + ### [6.1.30](https://github.com/Cap-go/capacitor-nativegeocoder/compare/6.1.29...6.1.30) (2025-01-23) ### [6.1.29](https://github.com/Cap-go/capacitor-nativegeocoder/compare/6.1.28...6.1.29) (2025-01-06) diff --git a/package.json b/package.json index 5b7ac4c..ad3d267 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/nativegeocoder", - "version": "6.1.30", + "version": "6.1.31", "description": "Capacitor plugin for native forward and reverse geocoding", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",