Skip to content

Commit

Permalink
chore(release): 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yue1123 committed Jun 11, 2023
1 parent 0b3e820 commit 2f68e2f
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.3](https://github.com/yue1123/vue3-baidu-map-gl/compare/v2.1.2...v2.1.3) (2023-06-11)


### ✨ Features | 新功能

* 1. 提高组件健壮性 ([712597e](https://github.com/yue1123/vue3-baidu-map-gl/commit/712597ed5097599791ca7d591eef72e1ca052ef4))
* 增加 autoComplete 组件 ([0b3e820](https://github.com/yue1123/vue3-baidu-map-gl/commit/0b3e820bf30503b6f71a5d2cbd368c5510e8b372))
* refactor to defineOptions ([c903a53](https://github.com/yue1123/vue3-baidu-map-gl/commit/c903a53aa0919a875dbb29cb85db10f7d2293b3d))

### [2.1.2](https://github.com/yue1123/vue3-baidu-map-gl/compare/v2.1.1...v2.1.2) (2023-06-11)


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.2",
"version": "2.1.3",
"main": "es/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
Expand Down

0 comments on commit 2f68e2f

Please sign in to comment.