From 1770d4e18bb0836e3abc7888fbc62a6e177c3e27 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 27 Sep 2023 07:02:29 +0000 Subject: [PATCH] chore(release): 3.10.0-next.4 [skip ci] # [3.10.0-next.4](https://github.com/naver/billboard.js/compare/3.10.0-next.3...3.10.0-next.4) (2023-09-27) ### Bug Fixes * **option:** Fix inconsistency of padding ([694aa34](https://github.com/naver/billboard.js/commit/694aa34f61475e8f77f07610f90063aeefc7e527)), closes [#3426](https://github.com/naver/billboard.js/issues/3426) ### Features * **tooltip:** Provide y position for tooltip position callback ([a793a2e](https://github.com/naver/billboard.js/commit/a793a2e5304ea98ad974b0e01c2b3b917e5ed978)), closes [#3434](https://github.com/naver/billboard.js/issues/3434) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 161aeb09c..de29e252c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.10.0-next.4](https://github.com/naver/billboard.js/compare/3.10.0-next.3...3.10.0-next.4) (2023-09-27) + + +### Bug Fixes + +* **option:** Fix inconsistency of padding ([694aa34](https://github.com/naver/billboard.js/commit/694aa34f61475e8f77f07610f90063aeefc7e527)), closes [#3426](https://github.com/naver/billboard.js/issues/3426) + + +### Features + +* **tooltip:** Provide y position for tooltip position callback ([a793a2e](https://github.com/naver/billboard.js/commit/a793a2e5304ea98ad974b0e01c2b3b917e5ed978)), closes [#3434](https://github.com/naver/billboard.js/issues/3434) + # [3.10.0-next.3](https://github.com/naver/billboard.js/compare/3.10.0-next.2...3.10.0-next.3) (2023-09-22) diff --git a/package.json b/package.json index 28ca5b0dc..889402048 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "billboard.js", - "version": "3.10.0-next.3", + "version": "3.10.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",