From 2e972bc7586bf19322484bd7e3207d2a6b1fbae6 Mon Sep 17 00:00:00 2001 From: yue1123 <2572468699@qq.com> Date: Tue, 26 Nov 2024 03:24:20 +0800 Subject: [PATCH] chore(release): 2.6.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9afce6e..532ea296 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +### [2.6.2](https://github.com/yue1123/vue3-baidu-map-gl/compare/v2.6.1...v2.6.2) (2024-11-25) + + +### 🐛 Bug Fixes | Bug 修复 + +* infowindow卸载不关闭问题 ([ffe1a70](https://github.com/yue1123/vue3-baidu-map-gl/commit/ffe1a7081af4e47e2415d63bc0467b862b7ab937)) +* infowindow卸载不关闭问题 [#115](https://github.com/yue1123/vue3-baidu-map-gl/issues/115) ([a3f055d](https://github.com/yue1123/vue3-baidu-map-gl/commit/a3f055d77a0dbb0208b5925f32118adc100e235e)) + ### [2.6.1](https://github.com/yue1123/vue3-baidu-map-gl/compare/v2.6.0...v2.6.1) (2024-10-29) diff --git a/package.json b/package.json index 0fdd160a..10dda466 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue3-baidu-map-gl", "description": "A Vue 3 baidu map gl Component Library. ", - "version": "2.6.1", + "version": "2.6.2", "main": "es/index.js", "module": "es/index.js", "types": "es/index.d.ts",