Skip to content

Commit

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

### Bug Fixes

* **point:** Fix point sensitivity pointe ([a47e091](a47e091)), closes [#3293](#3293)
* **tooltip:** Fix tooltip positioning ([cfec99f](cfec99f)), closes [#3291](#3291)
  • Loading branch information
semantic-release-bot committed Jul 17, 2023
1 parent a47e091 commit c8213e7
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.1](https://github.com/naver/billboard.js/compare/3.9.0...3.9.1) (2023-07-17)


### Bug Fixes

* **point:** Fix point sensitivity pointe ([a47e091](https://github.com/naver/billboard.js/commit/a47e0913db94ae21b3e36c3ed06346d8d2e5d977)), closes [#3293](https://github.com/naver/billboard.js/issues/3293)
* **tooltip:** Fix tooltip positioning ([cfec99f](https://github.com/naver/billboard.js/commit/cfec99f715b92abda119b44875591917563e4802)), closes [#3291](https://github.com/naver/billboard.js/issues/3291)

# [3.9.0](https://github.com/naver/billboard.js/compare/3.8.2...3.9.0) (2023-07-03)


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.0",
"version": "3.9.1",
"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 c8213e7

Please sign in to comment.