From 65bb00e7344cbf08406eda23819ddc8d7a58f684 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 27 Oct 2023 02:39:16 +0000 Subject: [PATCH] chore(release): 3.10.2 [skip ci] ## [3.10.2](https://github.com/naver/billboard.js/compare/3.10.1...3.10.2) (2023-10-27) ### Bug Fixes * **module:** Fix getFallback() uninitialized variable ([57c140d](https://github.com/naver/billboard.js/commit/57c140d899063392cb0c0bb0e23fb46b0cbf9e2b)), closes [#3489](https://github.com/naver/billboard.js/issues/3489) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c40df5306..b6731ac3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.10.2](https://github.com/naver/billboard.js/compare/3.10.1...3.10.2) (2023-10-27) + + +### Bug Fixes + +* **module:** Fix getFallback() uninitialized variable ([57c140d](https://github.com/naver/billboard.js/commit/57c140d899063392cb0c0bb0e23fb46b0cbf9e2b)), closes [#3489](https://github.com/naver/billboard.js/issues/3489) + ## [3.10.1](https://github.com/naver/billboard.js/compare/3.10.0...3.10.1) (2023-10-26) diff --git a/package.json b/package.json index 9e374837d..57acfa209 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "billboard.js", - "version": "3.10.1", + "version": "3.10.2", "description": "Re-usable easy interface JavaScript chart library, based on D3 v4+", "homepage": "https://naver.github.io/billboard.js/", "main": "dist/billboard.js",