Skip to content

Commit

Permalink
chore(release): 3.1.5 [skip ci]
Browse files Browse the repository at this point in the history
## [3.1.5](3.1.4...3.1.5) (2021-08-17)

### Bug Fixes

* **subchart:** fix subchart esm import failure ([9eede10](9eede10)), closes [#2255](#2255)
* **tooltip:** fix tooltip.position call context ([37278e2](37278e2)), closes [#2265](#2265)
* **zoom:** fix zoom event triggering for drag type ([f2a049e](f2a049e)), closes [#2254](#2254)
  • Loading branch information
semantic-release-bot authored and netil committed Aug 17, 2021
1 parent 824bab5 commit 6d7e41c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## [3.1.5](https://github.com/naver/billboard.js/compare/3.1.4...3.1.5) (2021-08-17)


### Bug Fixes

* **subchart:** fix subchart esm import failure ([9eede10](https://github.com/naver/billboard.js/commit/9eede10d3af605432009a22ff49cc9724266642d)), closes [#2255](https://github.com/naver/billboard.js/issues/2255)
* **tooltip:** fix tooltip.position call context ([37278e2](https://github.com/naver/billboard.js/commit/37278e29b56580e19471658dbd619974fede9291)), closes [#2265](https://github.com/naver/billboard.js/issues/2265)
* **zoom:** fix zoom event triggering for drag type ([f2a049e](https://github.com/naver/billboard.js/commit/f2a049eedffd7dd477f3dab854c1957477fe96c9)), closes [#2254](https://github.com/naver/billboard.js/issues/2254)

## [3.1.4](https://github.com/naver/billboard.js/compare/3.1.3...3.1.4) (2021-08-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "billboard.js",
"version": "3.1.4",
"version": "3.1.5",
"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 6d7e41c

Please sign in to comment.