Skip to content

Commit

Permalink
chore(release): 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yue1123 committed Nov 25, 2024
1 parent 65a1a57 commit 2e972bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2e972bc

Please sign in to comment.