Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yue1123 committed Mar 8, 2023
1 parent f285e94 commit a7e4ab7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.0.0](https://github.com/yue1123/vue3-baidu-map-gl/compare/v1.1.4...v2.0.0) (2023-03-08)


### ✨ Features | 新功能

* 组件统一增加前缀`B`,避免与某些组件库内部冲突 [#24](https://github.com/yue1123/vue3-baidu-map-gl/issues/24) ([f285e94](https://github.com/yue1123/vue3-baidu-map-gl/commit/f285e948073d9079abf42d518d49860e7aa5daa6))

### [1.1.4](https://github.com/yue1123/vue3-baidu-map-gl/compare/v1.1.3...v1.1.4) (2023-03-07)


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

0 comments on commit a7e4ab7

Please sign in to comment.