From 7edf5c30337fe1df105016e55e765f2340207842 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Oct 2024 08:53:31 +0000 Subject: [PATCH] chore(release): 3.14.0-next.4 [skip ci] # [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) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",