diff --git a/CHANGELOG.md b/CHANGELOG.md index 770855a..fa0de68 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. +### [1.0.21](https://github.com/Cap-go/capacitor-nativegeocoder/compare/1.0.20...1.0.21) (2024-02-05) + ### [1.0.20](https://github.com/Cap-go/capacitor-nativegeocoder/compare/1.0.19...1.0.20) (2024-01-29) diff --git a/package.json b/package.json index 4648717..bcd9242 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/nativegeocoder", - "version": "1.0.20", + "version": "1.0.21", "description": "Capacitor plugin for native forward and reverse geocoding", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",