Skip to content

Commit

Permalink
chore(release): 1.2.0-dev.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.0-dev.6](v1.2.0-dev.5...v1.2.0-dev.6) (2021-01-28)

### Features

* Define your own float precision for legend, tooltip and Y axis ([7b0f30f](7b0f30f))

### Bug Fixes

* **xasis:** Better handling of graph end time if everything is `column` and `group_by` is enabled ([b5b85a6](b5b85a6))
  • Loading branch information
semantic-release-bot committed Jan 28, 2021
1 parent 6f50dc1 commit 4f9ddd3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.2.0-dev.6](https://github.com/RomRider/apexcharts-card/compare/v1.2.0-dev.5...v1.2.0-dev.6) (2021-01-28)


### Features

* Define your own float precision for legend, tooltip and Y axis ([7b0f30f](https://github.com/RomRider/apexcharts-card/commit/7b0f30f7456ecf6ac7d2dab6b80e8533029bc316))


### Bug Fixes

* **xasis:** Better handling of graph end time if everything is `column` and `group_by` is enabled ([b5b85a6](https://github.com/RomRider/apexcharts-card/commit/b5b85a63140ddef6810abbdb3060b8f9f2f26980))

## [1.2.0-dev.5](https://github.com/RomRider/apexcharts-card/compare/v1.2.0-dev.4...v1.2.0-dev.5) (2021-01-27)


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.2.0-dev.5",
"version": "1.2.0-dev.6",
"description": "A Home Assistant Lovelace card using ApexCharts to render graphs",
"main": "src/apexcharts-card.ts",
"scripts": {
Expand Down

0 comments on commit 4f9ddd3

Please sign in to comment.