From cbedc15343c7f23e14e194c4d4e3f04e9ca0a880 Mon Sep 17 00:00:00 2001 From: "Github Workflow (on behalf of IT-MikeS)" Date: Tue, 20 Aug 2024 19:33:58 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @capacitor/google-maps@6.0.0 --- plugin/CHANGELOG.md | 12 ++++++++++++ plugin/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index de96429..14c13e4 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 6.0.0 (2024-08-20) + + + +# 6.0.0-rc.0 (2024-08-20) + +**Note:** Version bump only for package @capacitor/google-maps + + + + + # 6.0.0-rc.0 (2024-08-20) **Note:** Version bump only for package @capacitor/google-maps diff --git a/plugin/package.json b/plugin/package.json index 71c10e7..3a61931 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/google-maps", - "version": "6.0.0-rc.0", + "version": "6.0.0", "description": "Google maps on Capacitor", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",