Skip to content

Commit

Permalink
chore: v2.4.13 & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
visiky committed Mar 28, 2022
1 parent cb1a51f commit 3f00726
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#### 2.4.13 (2022-03-28)

##### Chores

* fix typo in locale.json ([#3157](https://github.com/antvis/G2plot/pull/3157)) ([cb1a51f1](https://github.com/antvis/G2plot/commit/cb1a51f1941c9678d7b5ed060952abe840542432))

##### New Features

* **mix:** mix 图表支持 stock ([#3163](https://github.com/antvis/G2plot/pull/3163)) ([cf916e5b](https://github.com/antvis/G2plot/commit/cf916e5bcd702d64f77f463e89e5c5239fe1ae02))

#### 2.4.12 (2022-03-23)

##### 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.12",
"version": "2.4.13",
"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.12';
export const version = '2.4.13';

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

0 comments on commit 3f00726

Please sign in to comment.