Skip to content

Commit

Permalink
chore(release): 3.14.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.14.1](3.14.0...3.14.1) (2024-11-18)

### Bug Fixes

* **point:** fix data.onclick working with sensitivity function ([587d71e](587d71e)), closes [#3912](#3912)
* **tooltip:** Hide tooltip on redraw when unexpected error ([3540640](3540640)), closes [#3909](#3909) [#3910](#3910)
  • Loading branch information
semantic-release-bot committed Nov 18, 2024
1 parent 0267766 commit 744c4fd
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.14.1](https://github.com/naver/billboard.js/compare/3.14.0...3.14.1) (2024-11-18)


### Bug Fixes

* **point:** fix data.onclick working with sensitivity function ([587d71e](https://github.com/naver/billboard.js/commit/587d71e9b413d5abd2265a3fb13c3c09914fca80)), closes [#3912](https://github.com/naver/billboard.js/issues/3912)
* **tooltip:** Hide tooltip on redraw when unexpected error ([3540640](https://github.com/naver/billboard.js/commit/35406406962c89bac0503800771d96ba2f47f56d)), closes [#3909](https://github.com/naver/billboard.js/issues/3909) [#3910](https://github.com/naver/billboard.js/issues/3910)

# [3.14.0](https://github.com/naver/billboard.js/compare/3.13.0...3.14.0) (2024-10-25)


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.14.0",
"version": "3.14.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 744c4fd

Please sign in to comment.