Skip to content

Commit

Permalink
chore(release): 1.10.0-dev.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.0-dev.4](v1.10.0-dev.3...v1.10.0-dev.4) (2021-07-04)

### Features

* **yaxis:** Align the extremas to the closest `align_to`  value. ([a46c812](a46c812)), closes [#170](#170)
  • Loading branch information
semantic-release-bot committed Jul 4, 2021
1 parent a46c812 commit 5776a9b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.10.0-dev.4](https://github.com/RomRider/apexcharts-card/compare/v1.10.0-dev.3...v1.10.0-dev.4) (2021-07-04)


### Features

* **yaxis:** Align the extremas to the closest `align_to` value. ([a46c812](https://github.com/RomRider/apexcharts-card/commit/a46c8127d8252fcadcb212ee7d2ee28d36c8d03a)), closes [#170](https://github.com/RomRider/apexcharts-card/issues/170)

## [1.10.0-dev.3](https://github.com/RomRider/apexcharts-card/compare/v1.10.0-dev.2...v1.10.0-dev.3) (2021-07-04)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apexcharts-card",
"version": "1.10.0-dev.3",
"version": "1.10.0-dev.4",
"description": "A Home Assistant Lovelace card using ApexCharts to render graphs",
"main": "src/apexcharts-card.ts",
"scripts": {
Expand Down

0 comments on commit 5776a9b

Please sign in to comment.