Skip to content

Commit

Permalink
chore(release): 3.10.0-next.4 [skip ci]
Browse files Browse the repository at this point in the history
# [3.10.0-next.4](3.10.0-next.3...3.10.0-next.4) (2023-09-27)

### Bug Fixes

* **option:** Fix inconsistency of padding ([694aa34](694aa34)), closes [#3426](#3426)

### Features

* **tooltip:** Provide y position for tooltip position callback ([a793a2e](a793a2e)), closes [#3434](#3434)
  • Loading branch information
semantic-release-bot committed Sep 27, 2023
1 parent ec24680 commit 1770d4e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.10.0-next.4](https://github.com/naver/billboard.js/compare/3.10.0-next.3...3.10.0-next.4) (2023-09-27)


### Bug Fixes

* **option:** Fix inconsistency of padding ([694aa34](https://github.com/naver/billboard.js/commit/694aa34f61475e8f77f07610f90063aeefc7e527)), closes [#3426](https://github.com/naver/billboard.js/issues/3426)


### Features

* **tooltip:** Provide y position for tooltip position callback ([a793a2e](https://github.com/naver/billboard.js/commit/a793a2e5304ea98ad974b0e01c2b3b917e5ed978)), closes [#3434](https://github.com/naver/billboard.js/issues/3434)

# [3.10.0-next.3](https://github.com/naver/billboard.js/compare/3.10.0-next.2...3.10.0-next.3) (2023-09-22)


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.10.0-next.3",
"version": "3.10.0-next.4",
"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 1770d4e

Please sign in to comment.