From 31c09e57fb434334bb56387bff9a24c078917d73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E5=BC=80=E5=8D=8A=E4=BA=A9=E5=9C=B0?= <2572468699@qq.com> Date: Thu, 15 Dec 2022 17:54:48 +0800 Subject: [PATCH] chore(release): 1.1.2 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f13d77a..46f6620f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.2](https://github.com/yue1123/vue3-baidu-map-gl/compare/v1.1.1...v1.1.2) (2022-12-15) + + +### ✏️ Documentation | 文档 + +* **style:** 文档 api 表格样式调整 ([0c87faa](https://github.com/yue1123/vue3-baidu-map-gl/commit/0c87faa213293b2ff43208814c8a1c0551984d76)) + + +### ✨ Features | 新功能 + +* 增加行政区图层组件 ([1e2464a](https://github.com/yue1123/vue3-baidu-map-gl/commit/1e2464a69200a0d48d64b2eb1f890cfb1af788e6)) +* **useTrackAnimation:** options 更改为可选 ([009951d](https://github.com/yue1123/vue3-baidu-map-gl/commit/009951d16fa35cc6ba2885284464ff5078cfbb42)) + ### [1.1.1](https://github.com/yue1123/vue3-baidu-map-gl/compare/v1.1.0...v1.1.1) (2022-12-14) diff --git a/package.json b/package.json index 88b3ece0..d323e666 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": "1.1.1", + "version": "1.1.2", "main": "es/index.js", "module": "es/index.js", "types": "es/index.d.ts",