Skip to content

Commit

Permalink
chore: v2.4.17 & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
visiky committed May 24, 2022
1 parent 89a4a14 commit 318ae4c
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.17 (2022-05-24)

##### New Features

* **sankey:** sankey support not to display node and edge which is null ([89a4a14b](https://github.com/antvis/G2plot/commit/89a4a14b547b406c84cbeb6fc0b5b85290b3e929))

#### 2.4.16 (2022-04-22)

##### Chores
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.16",
"version": "2.4.17",
"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.16';
export const version = '2.4.17';

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

0 comments on commit 318ae4c

Please sign in to comment.