From c61d42ea95540ce96f479aed8a88a6dbaa0dd926 Mon Sep 17 00:00:00 2001 From: lxfu1 <954055752@qq.com> Date: Mon, 26 Aug 2024 22:19:12 +0800 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35be0480dd..5787aae20b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [5.2.4](https://github.com/antvis/g2/compare/5.2.3...5.2.4) (2024-08-26) + + +### Bug Fixes + +* legend filter text ([#6413](https://github.com/antvis/g2/issues/6413)) ([4def026](https://github.com/antvis/g2/commit/4def026ea83fddeded4b592f711442f6dff3e970)) +* tooltip interaction in api mode ([#6411](https://github.com/antvis/g2/issues/6411)) ([decb91f](https://github.com/antvis/g2/commit/decb91f117ca64445f71ec6b91e79d1388b2e0a8)) + + + ## [5.2.3](https://github.com/antvis/g2/compare/5.2.2...5.2.3) (2024-08-12) diff --git a/package.json b/package.json index 52541615c8..7a10349f84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g2", - "version": "5.2.3", + "version": "5.2.4", "description": "the Grammar of Graphics in Javascript", "license": "MIT", "main": "lib/index.js",