diff --git a/CHANGELOG.md b/CHANGELOG.md index 761ec00..0237abc 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.32](https://github.com/Cap-go/capacitor-nativegeocoder/compare/6.0.31...6.0.32) (2024-07-22) + ### [6.0.31](https://github.com/Cap-go/capacitor-nativegeocoder/compare/6.0.30...6.0.31) (2024-07-15) ### [6.0.30](https://github.com/Cap-go/capacitor-nativegeocoder/compare/6.0.29...6.0.30) (2024-07-15) diff --git a/package.json b/package.json index 4126e62..211fa60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/nativegeocoder", - "version": "6.0.31", + "version": "6.0.32", "description": "Capacitor plugin for native forward and reverse geocoding", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",