diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aad16da1..0bc14d67a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.14.0-next.4](https://github.com/naver/billboard.js/compare/3.14.0-next.3...3.14.0-next.4) (2024-10-24) + + +### Bug Fixes + +* **scale:** Fix non-shape's element positioned accurately ([216141b](https://github.com/naver/billboard.js/commit/216141bd6a415752fbb31ba3016188b20401f5b0)), closes [#3907](https://github.com/naver/billboard.js/issues/3907) + # [3.14.0-next.3](https://github.com/naver/billboard.js/compare/3.14.0-next.2...3.14.0-next.3) (2024-10-22) diff --git a/package.json b/package.json index 40ee12309..3f10aceb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "billboard.js", - "version": "3.14.0-next.3", + "version": "3.14.0-next.4", "description": "Re-usable easy interface JavaScript chart library, based on D3 v4+", "homepage": "https://naver.github.io/billboard.js/", "main": "dist/billboard.js",