Skip to content

Commit

Permalink
chore(release): 3.6.0-next.2 [skip ci]
Browse files Browse the repository at this point in the history
# [3.6.0-next.2](3.6.0-next.1...3.6.0-next.2) (2022-09-23)

### Bug Fixes

* **types:** Fix the type declarations for the y tick format ([#2865](#2865)) ([2e38dee](2e38dee))

### Features

* **api:** Enhance .config() to return generation options ([455944e](455944e)), closes [#2864](#2864)
* **options:** Intent to ship bar.overlap ([046aedb](046aedb)), closes [#2839](#2839)
  • Loading branch information
semantic-release-bot committed Sep 23, 2022
1 parent 22586fc commit 7b8114d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [3.6.0-next.2](https://github.com/naver/billboard.js/compare/3.6.0-next.1...3.6.0-next.2) (2022-09-23)


### Bug Fixes

* **types:** Fix the type declarations for the y tick format ([#2865](https://github.com/naver/billboard.js/issues/2865)) ([2e38dee](https://github.com/naver/billboard.js/commit/2e38dee90bf66ea0ae4266c346d634eb81b57ac4))


### Features

* **api:** Enhance .config() to return generation options ([455944e](https://github.com/naver/billboard.js/commit/455944e75038a4c301763100bd6a8385b510a396)), closes [#2864](https://github.com/naver/billboard.js/issues/2864)
* **options:** Intent to ship bar.overlap ([046aedb](https://github.com/naver/billboard.js/commit/046aedb08851834fc9b39b723747310078cd4bde)), closes [#2839](https://github.com/naver/billboard.js/issues/2839)

# [3.6.0-next.1](https://github.com/naver/billboard.js/compare/3.5.1...3.6.0-next.1) (2022-09-15)


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.0-next.1",
"version": "3.6.0-next.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 7b8114d

Please sign in to comment.