Skip to content

Commit

Permalink
chore(release): 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yue1123 committed Sep 12, 2023
1 parent e512c65 commit 5fa8b52
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.3.0](https://github.com/yue1123/vue3-baidu-map-gl/compare/v2.2.4...v2.3.0) (2023-09-12)


### 🐛 Bug Fixes | Bug 修复

* uid 在 getCurrentInstance 返回 null 时无法获取 ([2c4fc95](https://github.com/yue1123/vue3-baidu-map-gl/commit/2c4fc953c0616408c72da19fa4df8022e2d259ba)), closes [#44](https://github.com/yue1123/vue3-baidu-map-gl/issues/44)
* uid 在 getCurrentInstance 返回 null 时无法获取 ([#46](https://github.com/yue1123/vue3-baidu-map-gl/issues/46)) ([579c8f3](https://github.com/yue1123/vue3-baidu-map-gl/commit/579c8f3346fe2221617641ddb7eff183401ccf7c))


### ✨ Features | 新功能

* 离线地图自建地图api资源地址支持 [#47](https://github.com/yue1123/vue3-baidu-map-gl/issues/47) [#45](https://github.com/yue1123/vue3-baidu-map-gl/issues/45) ([a93e231](https://github.com/yue1123/vue3-baidu-map-gl/commit/a93e2315f2beb54c47eeab7429b4b1cde608fa17))


### ✏️ Documentation | 文档

* 更新 apiUrl 和配置相关内容 ([e512c65](https://github.com/yue1123/vue3-baidu-map-gl/commit/e512c65bd00f3a2349da8fc85e9a3d1fc5dce96c))
* update playground demo ([02c0757](https://github.com/yue1123/vue3-baidu-map-gl/commit/02c0757f2c5d6530892f9ea3d733255ae02f86b3))

### [2.2.4](https://github.com/yue1123/vue3-baidu-map-gl/compare/v2.2.3...v2.2.4) (2023-08-30)


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

0 comments on commit 5fa8b52

Please sign in to comment.