Skip to content

Commit

Permalink
chore(release): 3.9.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.9.2](3.9.1...3.9.2) (2023-08-04)

### Bug Fixes

* **line:** Fix step line path rendering on Windows ([b2633b2](b2633b2)), closes [#3295](#3295)
* **load:** Enhance tooltip update on dynamic load ([1df1bd9](1df1bd9)), closes [#3305](#3305)
  • Loading branch information
semantic-release-bot committed Aug 4, 2023
1 parent 1df1bd9 commit 9d45752
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9d45752

Please sign in to comment.