Skip to content

Commit

Permalink
chore(release): 3.6.3 [skip ci]
Browse files Browse the repository at this point in the history
## [3.6.3](3.6.2...3.6.3) (2022-10-28)

### Bug Fixes

* **axis:** Fix translate NaN error ([b8396a0](b8396a0)), closes [#2924](#2924)
* **interaction:** Fix unset focused state ([14f6de6](14f6de6)), closes [#2927](#2927)
  • Loading branch information
semantic-release-bot committed Oct 28, 2022
1 parent 14f6de6 commit 992d2f8
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.6.3](https://github.com/naver/billboard.js/compare/3.6.2...3.6.3) (2022-10-28)


### Bug Fixes

* **axis:** Fix translate NaN error ([b8396a0](https://github.com/naver/billboard.js/commit/b8396a077ce4e7c1e0e354e18911e9c6dfe007c8)), closes [#2924](https://github.com/naver/billboard.js/issues/2924)
* **interaction:** Fix unset focused state ([14f6de6](https://github.com/naver/billboard.js/commit/14f6de6bfd7ad2f1f876013c0bd1353a95386dcd)), closes [#2927](https://github.com/naver/billboard.js/issues/2927)

## [3.6.2](https://github.com/naver/billboard.js/compare/3.6.1...3.6.2) (2022-10-26)


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.6.2",
"version": "3.6.3",
"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 992d2f8

Please sign in to comment.