Skip to content

Commit

Permalink
chore(release): 3.3.3 [skip ci]
Browse files Browse the repository at this point in the history
## [3.3.3](3.3.2...3.3.3) (2022-02-24)

### Bug Fixes

* **axis:** Fix error when tick text isn't accessible ([3dd15c9](3dd15c9)), closes [#2556](#2556)
* **build:** Fix incorrect versioning on build ([c7102bf](c7102bf)), closes [#2560](#2560)
  • Loading branch information
semantic-release-bot committed Feb 24, 2022
1 parent c7102bf commit 82f1058
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.3.3](https://github.com/naver/billboard.js/compare/3.3.2...3.3.3) (2022-02-24)


### Bug Fixes

* **axis:** Fix error when tick text isn't accessible ([3dd15c9](https://github.com/naver/billboard.js/commit/3dd15c90d11158798fb5847256c70faceb5d7caa)), closes [#2556](https://github.com/naver/billboard.js/issues/2556)
* **build:** Fix incorrect versioning on build ([c7102bf](https://github.com/naver/billboard.js/commit/c7102bf16fc5f4e93f73d5b09011cac502b8b87c)), closes [#2560](https://github.com/naver/billboard.js/issues/2560)

## [3.3.2](https://github.com/naver/billboard.js/compare/3.3.1...3.3.2) (2022-02-14)


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.3.2",
"version": "3.3.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 82f1058

Please sign in to comment.