diff --git a/CHANGELOG.md b/CHANGELOG.md index d4a5fb51c..adeb1b6d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +#### 0.8.34 (2023-05-09) + +##### Bug Fixes + +- 修复 datamarker 自动调整下文本与文本背景偏移存在偏差 ([#301](https://github.com/antvis/component/pull/301)) ([3bef0881](https://github.com/antvis/component/commit/3bef0881de0218170e1ea135a5a4498c5d200cf1)) + +#### 0.8.34 (2023-05-09) + #### 0.8.33 (2023-04-03) ##### New Features diff --git a/package.json b/package.json index f5479ffce..1fac67fd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/component", - "version": "0.8.33", + "version": "0.8.34", "description": "The component module for antv", "author": "https://github.com/orgs/antvis/people", "license": "MIT",