From 3f007269ee945a1dbdf9dbbaac6d065899914d50 Mon Sep 17 00:00:00 2001 From: visiky <736929286@qq.com> Date: Mon, 28 Mar 2022 14:27:31 +0800 Subject: [PATCH] chore: v2.4.13 & changelog --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- src/index.ts | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 471443ad76..3194dd4873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 74ca5c3993..5b61e600db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g2plot", - "version": "2.4.12", + "version": "2.4.13", "description": "An interactive and responsive charting library", "keywords": [ "chart", diff --git a/src/index.ts b/src/index.ts index 81a8a600c0..b58c231215 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ -export const version = '2.4.12'; +export const version = '2.4.13'; // G2 自定义能力透出 import * as G2 from '@antv/g2';