Skip to content

Commit

Permalink
chore(release): 3.11.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.11.2](3.11.1...3.11.2) (2024-02-23)

### Bug Fixes

* **legend:** Remove def element added on unload ([cd79502](cd79502)), closes [#3660](#3660)
* **point:** Make point.pattern legend available for any chart type ([143282b](143282b)), closes [#3653](#3653)
* **radar:** Fix working on esm ([5104d9c](5104d9c)), closes [#3658](#3658)
  • Loading branch information
semantic-release-bot committed Feb 23, 2024
1 parent cd79502 commit e0a572f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.11.2](https://github.com/naver/billboard.js/compare/3.11.1...3.11.2) (2024-02-23)


### Bug Fixes

* **legend:** Remove def element added on unload ([cd79502](https://github.com/naver/billboard.js/commit/cd795022153239fc5021e32fe4fb254208b8d877)), closes [#3660](https://github.com/naver/billboard.js/issues/3660)
* **point:** Make point.pattern legend available for any chart type ([143282b](https://github.com/naver/billboard.js/commit/143282b740ed799af2433b0c94c9212e015977fe)), closes [#3653](https://github.com/naver/billboard.js/issues/3653)
* **radar:** Fix working on esm ([5104d9c](https://github.com/naver/billboard.js/commit/5104d9c4ff3e9605c73c21350d2220bc04eeba42)), closes [#3658](https://github.com/naver/billboard.js/issues/3658)

## [3.11.1](https://github.com/naver/billboard.js/compare/3.11.0...3.11.1) (2024-02-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.11.1",
"version": "3.11.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 e0a572f

Please sign in to comment.