diff --git a/CHANGELOG.md b/CHANGELOG.md index e97f918e..86a39733 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.4.0](https://github.com/yue1123/vue3-baidu-map-gl/compare/v2.3.5...v2.4.0) (2024-08-11) + + +### ✏️ Documentation | 文档 + +* fix sidebar display width ([b16f4ba](https://github.com/yue1123/vue3-baidu-map-gl/commit/b16f4baef7dbcb7c052c32ad87f3c98c0d17e22e)) + + +### ✨ Features | 新功能 + +* **BDistrictLayer:** add stroke-opacity and stroke-weight props ([9a34d5b](https://github.com/yue1123/vue3-baidu-map-gl/commit/9a34d5b1fb488b349a978c5264bd841cbe477544)), closes [#79](https://github.com/yue1123/vue3-baidu-map-gl/issues/79) + ### [2.3.5](https://github.com/yue1123/vue3-baidu-map-gl/compare/v2.3.2...v2.3.5) (2024-08-06) diff --git a/package.json b/package.json index 16769d5c..e0baeadf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue3-baidu-map-gl", "description": "A Vue 3 baidu map gl Component Library. ", - "version": "2.3.5", + "version": "2.4.0", "main": "es/index.js", "module": "es/index.js", "types": "es/index.d.ts",