diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c5d9aa167..90f7b328a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +#### 2.2.13 (2020-11-29) + +##### New Features +* auto set limitInPlot in dual-axes and bidirectional-bar ([#2020](https://github.com/antvis/g2plot/pull/2020)) ([0882ca3](https://github.com/antvis/g2plot/commit/0882ca30d596f79bd8490aca9adce116f9663fae)) + +##### Bug Fixes +* fix yAxis.min & yAxis.max in tiny chart([#2022](https://github.com/antvis/g2plot/pull/2022)) ([56ae9f3](https://github.com/antvis/g2plot/commit/56ae9f3fe545387bbf578094b9a5501ba84d6679)) +* fix tooltip setting in scatter([#2019](https://github.com/antvis/g2plot/pull/2019)) ([81885fe](https://github.com/antvis/G2Plot/commit/81885fe7daa1b2c0fd154e75cb589ed3ab0b7bad)) +* fix word-cloud's font-size issue([#2017](https://github.com/antvis/G2Plot/pull/2017)) ([f19ad50](https://github.com/antvis/G2Plot/commit/f19ad50bd499b982df18af4db3d2f515c945aa6d)) + #### 2.2.12 (2020-11-25) ##### New Features diff --git a/package.json b/package.json index d5c797e1aa..e0ee4ea4c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g2plot", - "version": "2.2.12", + "version": "2.2.13", "description": "An interactive and responsive charting library", "keywords": [ "chart", diff --git a/src/index.ts b/src/index.ts index 0dc6066b06..7c700d20e8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ -export const version = '2.2.12'; +export const version = '2.2.13'; // G2 自定义能力透出 import * as G2 from '@antv/g2';