Skip to content

Commit

Permalink
chore(release): 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yue1123 committed Jun 11, 2023
1 parent f7fc37b commit 76d72cc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.1.2](https://github.com/yue1123/vue3-baidu-map-gl/compare/v2.1.1...v2.1.2) (2023-06-11)


### 🐛 Bug Fixes | Bug 修复

* 空 path 清除覆盖物并置为 null, 下一次不为空时无法正确显示 ([fe37570](https://github.com/yue1123/vue3-baidu-map-gl/commit/fe37570bbb91e879cdb5d8fbe4747a54a5a31d18))
* polyline path 变成空数组时清除polyline ([#33](https://github.com/yue1123/vue3-baidu-map-gl/issues/33)) ([f7fc37b](https://github.com/yue1123/vue3-baidu-map-gl/commit/f7fc37b443e4d828df7ae0d1cdca70708a7890e6))
* polyline props变成空数组时手动清除polyline ([60f5234](https://github.com/yue1123/vue3-baidu-map-gl/commit/60f523486f4e42d1fc6b56db4fc454c6cdee280e))

### [2.1.1](https://github.com/yue1123/vue3-baidu-map-gl/compare/v2.1.0...v2.1.1) (2023-05-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.1.1",
"version": "2.1.2",
"main": "es/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
Expand Down

0 comments on commit 76d72cc

Please sign in to comment.