Skip to content

Commit

Permalink
chore: v2.4.11 & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
visiky committed Mar 22, 2022
1 parent 61f7ee4 commit ec3fd4a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g2plot",
"version": "2.4.10",
"version": "2.4.11",
"description": "An interactive and responsive charting library",
"keywords": [
"chart",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const version = '2.4.10';
export const version = '2.4.11';

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

0 comments on commit ec3fd4a

Please sign in to comment.