From a0af220cdbcbaf198a5c9f94205eba5625acc9d5 Mon Sep 17 00:00:00 2001 From: paleface001 Date: Mon, 30 Dec 2019 19:28:44 +0800 Subject: [PATCH] chore: update version to 0.11.19 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aafd4a6ea0..56d678ffcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.11.19 (2019-12-30) +- 🐞 修复直方图绘制失效 ([d8097dc](https://github.com/antvis/G2Plot/commit/d8097dc)) +- 🌟 优化折线图动画效果 ([4a8a028](https://github.com/antvis/G2Plot/commit/4a8a028)) + + ## 0.11.18 (2019-12-30) - 🐞 散点图tooltip & legend bug fix ([b452862](https://github.com/antvis/G2Plot/commit/b452862)) - 🐞 移除util中的moment依赖 ([077a2c6](https://github.com/antvis/G2Plot/commit/077a2c6)) diff --git a/package.json b/package.json index 8bb8a652e1..68f3aaae04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g2plot", - "version": "0.11.18", + "version": "0.11.19", "description": "G2 Plot, a market of plots built with the Grammar of Graphics'", "author": "https://github.com/orgs/antvis/people", "main": "lib/index.js",