Skip to content

Commit ec3fd4a

Browse files
committed
chore: v2.4.11 & changelog
1 parent 61f7ee4 commit ec3fd4a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### 2.4.11 (2022-03-22)
2+
3+
##### New Features
4+
5+
* **gauge:** 仪表盘增加 tooltip 配置 ([#3149](https://github.com/antvis/G2plot/pull/3149)) ([61f7ee43](https://github.com/antvis/G2plot/commit/61f7ee4396af3d43452985220fe7fff347af3857))
6+
17
#### 2.4.10 (2022-03-10)
28

39
##### Documentation Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g2plot",
3-
"version": "2.4.10",
3+
"version": "2.4.11",
44
"description": "An interactive and responsive charting library",
55
"keywords": [
66
"chart",

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const version = '2.4.10';
1+
export const version = '2.4.11';
22

33
// G2 自定义能力透出
44
import * as G2 from '@antv/g2';

0 commit comments

Comments
 (0)