From af5492594d69893fa51a3bcb5dffd6f61c3c7825 Mon Sep 17 00:00:00 2001 From: "Github Workflow (on behalf of alexgerardojacinto)" Date: Wed, 28 Aug 2024 18:26:53 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @capacitor/google-maps@6.0.1 --- plugin/CHANGELOG.md | 11 +++++++++++ plugin/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 14c13e4..4864e35 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.0.1](https://github.com/ionic-team/capacitor-google-maps/compare/@capacitor/google-maps@6.0.0...@capacitor/google-maps@6.0.1) (2024-08-28) + + +### Bug Fixes + +* include `getMapsBounds()` in `GoogleMapInterface` and README.md file ([2e5d213](https://github.com/ionic-team/capacitor-google-maps/commit/2e5d213dd205210d08f759e81401597e197a8c0e)) + + + + + # 6.0.0 (2024-08-20) diff --git a/plugin/package.json b/plugin/package.json index 3a61931..fcb50ba 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor/google-maps", - "version": "6.0.0", + "version": "6.0.1", "description": "Google maps on Capacitor", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",