Skip to content

Commit

Permalink
chore(release): 3.10.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.10.2](3.10.1...3.10.2) (2023-10-27)

### Bug Fixes

* **module:** Fix getFallback() uninitialized variable ([57c140d](57c140d)), closes [#3489](#3489)
  • Loading branch information
semantic-release-bot committed Oct 27, 2023
1 parent 57c140d commit 65bb00e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.10.2](https://github.com/naver/billboard.js/compare/3.10.1...3.10.2) (2023-10-27)


### Bug Fixes

* **module:** Fix getFallback() uninitialized variable ([57c140d](https://github.com/naver/billboard.js/commit/57c140d899063392cb0c0bb0e23fb46b0cbf9e2b)), closes [#3489](https://github.com/naver/billboard.js/issues/3489)

## [3.10.1](https://github.com/naver/billboard.js/compare/3.10.0...3.10.1) (2023-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.10.1",
"version": "3.10.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 65bb00e

Please sign in to comment.