diff --git a/CHANGELOG.md b/CHANGELOG.md index 62a633140c..fc6ba23987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.2.7](https://github.com/antvis/g2/compare/5.2.6...5.2.7) (2024-10-08) + + +### Bug Fixes + +* tooptip position offset in dodgeX ([#6483](https://github.com/antvis/g2/issues/6483)) ([df4920f](https://github.com/antvis/g2/commit/df4920f7305966b00a3ae252b11f7f7df94136d1)) + + + ## [5.2.6](https://github.com/antvis/g2/compare/5.2.5...5.2.6) (2024-09-30) diff --git a/package.json b/package.json index 3e7ca4ccd5..d943b8bc6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g2", - "version": "5.2.6", + "version": "5.2.7", "description": "the Grammar of Graphics in Javascript", "license": "MIT", "main": "lib/index.js",