Skip to content

Commit

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

### Bug Fixes

* **axis:** Fix x axis extent to work ([4d73834](4d73834)), closes [#3768](#3768)
* **tooltip:** Fix tooltip position on viewBox resizing ([582feb4](582feb4)), closes [#3917](#3917)
  • Loading branch information
semantic-release-bot committed Nov 26, 2024
1 parent 4d73834 commit 8877315
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.2](https://github.com/naver/billboard.js/compare/3.14.1...3.14.2) (2024-11-26)


### Bug Fixes

* **axis:** Fix x axis extent to work ([4d73834](https://github.com/naver/billboard.js/commit/4d738348ee5c189274d277ce07bd31d626de303d)), closes [#3768](https://github.com/naver/billboard.js/issues/3768)
* **tooltip:** Fix tooltip position on viewBox resizing ([582feb4](https://github.com/naver/billboard.js/commit/582feb46500a2eaf337a83f225dcebcc4d9317e9)), closes [#3917](https://github.com/naver/billboard.js/issues/3917)

## [3.14.1](https://github.com/naver/billboard.js/compare/3.14.0...3.14.1) (2024-11-18)


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.1",
"version": "3.14.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 8877315

Please sign in to comment.