Skip to content

Commit

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

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.

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


### ✏️ Documentation | 文档

* update hide code reg ([c447912](https://github.com/yue1123/vue3-baidu-map-gl/commit/c4479121f0e893caf996ac7cf1e924804d0b8994))
* update sponsor ([800089d](https://github.com/yue1123/vue3-baidu-map-gl/commit/800089d13a44ad6d7fc9f38b226c98133a8e9174))
* update sponsor ([5e47ad0](https://github.com/yue1123/vue3-baidu-map-gl/commit/5e47ad05063f0f18f64da713343a64c520c1308a))
* update sponsoring content ([000ae59](https://github.com/yue1123/vue3-baidu-map-gl/commit/000ae590bcbd6cce388ef46b4a521f182d01de1d))
* update title ([6c9ee33](https://github.com/yue1123/vue3-baidu-map-gl/commit/6c9ee33167a2f2c34aabbdadd874ccd3ad6d41f6))


### 🐛 Bug Fixes | Bug 修复

* can not set position ([5bfc794](https://github.com/yue1123/vue3-baidu-map-gl/commit/5bfc794a3164d6e80d7253856811415809c75fad))
* **docs:** 代码显示优化 ([f718328](https://github.com/yue1123/vue3-baidu-map-gl/commit/f7183288fa3a0ca667935d7ca1dec10ae73af35d))
* **docs:** 修复地图多实例全屏显示错误 ([23bb2ab](https://github.com/yue1123/vue3-baidu-map-gl/commit/23bb2ab8211dc54fda316a3a61a1caf507a3bd1a))
* **docs:** 修复文档 3d 模型演示不渲染问题 ([391b924](https://github.com/yue1123/vue3-baidu-map-gl/commit/391b924b4de12549a75afd098062135a22b280c4))
* **docs:** 修复一些文档问题 ([7fad3d6](https://github.com/yue1123/vue3-baidu-map-gl/commit/7fad3d62b7affb67312e62613fc2cac4bc0d6c60))
* marker icon type warning ([f68cd61](https://github.com/yue1123/vue3-baidu-map-gl/commit/f68cd611e0223b41e60a491538bb46265feebc15))

### [1.1.3](https://github.com/yue1123/vue3-baidu-map-gl/compare/v1.1.2...v1.1.3) (2022-12-17)


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

0 comments on commit 9c84997

Please sign in to comment.