diff --git a/CHANGELOG.md b/CHANGELOG.md index ed5f88d74..550f23ecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [3.9.2](https://github.com/naver/billboard.js/compare/3.9.1...3.9.2) (2023-08-04) + + +### Bug Fixes + +* **line:** Fix step line path rendering on Windows ([b2633b2](https://github.com/naver/billboard.js/commit/b2633b2d5fa5b722da66edfcde3aece4771a7300)), closes [#3295](https://github.com/naver/billboard.js/issues/3295) +* **load:** Enhance tooltip update on dynamic load ([1df1bd9](https://github.com/naver/billboard.js/commit/1df1bd94f0eb6a256864a7097663ed76a7f48627)), closes [#3305](https://github.com/naver/billboard.js/issues/3305) + ## [3.9.1](https://github.com/naver/billboard.js/compare/3.9.0...3.9.1) (2023-07-17) diff --git a/package.json b/package.json index 1c1ffb784..95e5ae4ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "billboard.js", - "version": "3.9.1", + "version": "3.9.2", "description": "Re-usable easy interface JavaScript chart library, based on D3 v4+", "homepage": "https://naver.github.io/billboard.js/", "main": "dist/billboard.js",