From ec3fd4afe5fe4e56949947943b262220efe5a709 Mon Sep 17 00:00:00 2001 From: visiky <736929286@qq.com> Date: Tue, 22 Mar 2022 21:02:20 +0800 Subject: [PATCH] chore: v2.4.11 & changelog --- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/index.ts | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a34b3bdce3..02e444eafe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +#### 2.4.11 (2022-03-22) + +##### New Features + +* **gauge:** 仪表盘增加 tooltip 配置 ([#3149](https://github.com/antvis/G2plot/pull/3149)) ([61f7ee43](https://github.com/antvis/G2plot/commit/61f7ee4396af3d43452985220fe7fff347af3857)) + #### 2.4.10 (2022-03-10) ##### Documentation Changes diff --git a/package.json b/package.json index c7f9e4bf4d..a800a5d209 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g2plot", - "version": "2.4.10", + "version": "2.4.11", "description": "An interactive and responsive charting library", "keywords": [ "chart", diff --git a/src/index.ts b/src/index.ts index 4e16d4c562..4f14952550 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ -export const version = '2.4.10'; +export const version = '2.4.11'; // G2 自定义能力透出 import * as G2 from '@antv/g2';