diff --git a/CHANGELOG.md b/CHANGELOG.md index 7954fe1..716b141 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +### [0.19.0](https://github.com/inocan-group/vue3-google-maps/compare/v0.18.0...v0.19.0) (2024-01-19) + + +### Features + +* add missing map props and events ([1e49172](https://github.com/inocan-group/vue3-google-maps/commit/1e491722b900925b827e1b572b644f51eb269fc3)) + + +### Bug Fixes + +* v-show with custom controls ([6cec18c](https://github.com/inocan-group/vue3-google-maps/commit/6cec18c369fffc4b48b4ff7dcf77c32a024ff9d7)) + ### [0.18.0](https://github.com/inocan-group/vue3-google-maps/compare/v0.17.1...v0.18.0) (2023-09-28) diff --git a/package.json b/package.json index 9f167e5..eba8ae0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue3-google-map", - "version": "0.18.0", + "version": "0.19.0", "license": "MIT", "repository": { "type": "git",