diff --git a/CHANGELOG.md b/CHANGELOG.md index 582b274e6..96e1af6af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +#### 0.8.27 (2022-04-12) + +##### New Features + +- **axis:** 添加坐标轴标题详细说明 icon ([#270](https://github.com/antvis/component/pull/270)) ([2b6e336f](https://github.com/antvis/component/commit/2b6e336f98b246360d683f035b849fbfdf08365e)) + #### 0.8.26 (2022-03-29) ##### New Features diff --git a/package.json b/package.json index 8ec690528..cfbcbe5bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/component", - "version": "0.8.26", + "version": "0.8.27", "description": "The component module for antv", "author": "https://github.com/orgs/antvis/people", "license": "MIT",