diff --git a/CHANGELOG.md b/CHANGELOG.md index d622f73..7ee0f8a 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.16](https://github.com/Cap-go/capacitor-nativegeocoder/compare/6.0.15...6.0.16) (2024-06-10) + ### [6.0.15](https://github.com/Cap-go/capacitor-nativegeocoder/compare/6.0.14...6.0.15) (2024-06-10) ### [6.0.14](https://github.com/Cap-go/capacitor-nativegeocoder/compare/6.0.13...6.0.14) (2024-06-03) diff --git a/package.json b/package.json index bbf6f28..f77dc31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/nativegeocoder", - "version": "6.0.15", + "version": "6.0.16", "description": "Capacitor plugin for native forward and reverse geocoding", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",