From 025d468b27c4c4ce99753ef8c97aefcd0709ebae Mon Sep 17 00:00:00 2001 From: yue1123 <2572468699@qq.com> Date: Fri, 29 Nov 2024 03:15:24 +0800 Subject: [PATCH] chore(release): 2.6.3 ref #117 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 532ea296..48165ef2 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.6.3](https://github.com/yue1123/vue3-baidu-map-gl/compare/v2.6.2...v2.6.3) (2024-11-28) + + +### 🐛 Bug Fixes | Bug 修复 + +* 手动传 apiUrl 时 callback 未正确自动携带 ([b3cbb1e](https://github.com/yue1123/vue3-baidu-map-gl/commit/b3cbb1e51aabb20b6c6c820da5697d738ac09ffe)) + + +### ✏️ Documentation | 文档 + +* update README.md ([48a38b8](https://github.com/yue1123/vue3-baidu-map-gl/commit/48a38b803116d0b355ff1e0d71f2513f40087a0f)) + ### [2.6.2](https://github.com/yue1123/vue3-baidu-map-gl/compare/v2.6.1...v2.6.2) (2024-11-25) diff --git a/package.json b/package.json index 10dda466..2e36d048 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.6.2", + "version": "2.6.3", "main": "es/index.js", "module": "es/index.js", "types": "es/index.d.ts",