From 0ca73a432b6c609039910c1dce34e7476fb30dfc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Oct 2023 14:21:21 +0000 Subject: [PATCH] chore(release): 3.10.1 [skip ci] ## [3.10.1](https://github.com/naver/billboard.js/compare/3.10.0...3.10.1) (2023-10-26) ### Bug Fixes * **tooltip:** Fix tooltip error on Arc type ([5e80d9d](https://github.com/naver/billboard.js/commit/5e80d9d2fa39f6d79635c4efb6017f169c44dbca)), closes [#3475](https://github.com/naver/billboard.js/issues/3475) [/github.com/naver/billboard.js/issues/3473#issuecomment-1781091685](https://github.com//github.com/naver/billboard.js/issues/3473/issues/issuecomment-1781091685) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06c43f27d..c40df5306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.10.1](https://github.com/naver/billboard.js/compare/3.10.0...3.10.1) (2023-10-26) + + +### Bug Fixes + +* **tooltip:** Fix tooltip error on Arc type ([5e80d9d](https://github.com/naver/billboard.js/commit/5e80d9d2fa39f6d79635c4efb6017f169c44dbca)), closes [#3475](https://github.com/naver/billboard.js/issues/3475) [/github.com/naver/billboard.js/issues/3473#issuecomment-1781091685](https://github.com//github.com/naver/billboard.js/issues/3473/issues/issuecomment-1781091685) + # [3.10.0](https://github.com/naver/billboard.js/compare/3.9.4...3.10.0) (2023-10-25) diff --git a/package.json b/package.json index e00d015cc..9e374837d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "billboard.js", - "version": "3.10.0", + "version": "3.10.1", "description": "Re-usable easy interface JavaScript chart library, based on D3 v4+", "homepage": "https://naver.github.io/billboard.js/", "main": "dist/billboard.js",