From 7d0823f3ce4a8fa99d40b334141a0f9524ee5a39 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 22 Jul 2024 04:08:59 +0000 Subject: [PATCH] chore(release): 6.0.32 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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",