diff --git a/CHANGELOG.md b/CHANGELOG.md index dda3861..bd7ebcc 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.56](https://github.com/Cap-go/capacitor-nativegeocoder/compare/6.0.55...6.0.56) (2024-09-16) + ### [6.0.55](https://github.com/Cap-go/capacitor-nativegeocoder/compare/6.0.54...6.0.55) (2024-09-16) ### [6.0.54](https://github.com/Cap-go/capacitor-nativegeocoder/compare/6.0.53...6.0.54) (2024-09-16) diff --git a/package.json b/package.json index 2d30eb3..0a36d0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/nativegeocoder", - "version": "6.0.55", + "version": "6.0.56", "description": "Capacitor plugin for native forward and reverse geocoding", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",