Skip to content

Commit

Permalink
chore(release): 1.11.0-dev.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.11.0-dev.1](v1.10.1-dev.2...v1.11.0-dev.1) (2022-04-09)

### Features

* display only the min or max extrema ([3db982b](3db982b)), closes [#319](#319)
* follow Home Assistant number format ([9204de2](9204de2)), closes [#307](#307)

### Bug Fixes

* median function fails if it receives an empty table ([#316](#316)) ([12f8d2e](12f8d2e))
* Update apexcharts.js to the the latest version ([dd0bf6f](dd0bf6f))
  • Loading branch information
semantic-release-bot committed Apr 9, 2022
1 parent dd0bf6f commit 7751009
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.11.0-dev.1](https://github.com/RomRider/apexcharts-card/compare/v1.10.1-dev.2...v1.11.0-dev.1) (2022-04-09)


### Features

* display only the min or max extrema ([3db982b](https://github.com/RomRider/apexcharts-card/commit/3db982b88ea7d3568f253e63fb7626cc3153c7ad)), closes [#319](https://github.com/RomRider/apexcharts-card/issues/319)
* follow Home Assistant number format ([9204de2](https://github.com/RomRider/apexcharts-card/commit/9204de2578b9310d1ea2276d2b4118292404b2dd)), closes [#307](https://github.com/RomRider/apexcharts-card/issues/307)


### Bug Fixes

* median function fails if it receives an empty table ([#316](https://github.com/RomRider/apexcharts-card/issues/316)) ([12f8d2e](https://github.com/RomRider/apexcharts-card/commit/12f8d2edb9cd8cb7ba56c30af65b3372aa242624))
* Update apexcharts.js to the the latest version ([dd0bf6f](https://github.com/RomRider/apexcharts-card/commit/dd0bf6f03405e41be3dc9efdebb95d265f27ea63))

### [1.10.1-dev.2](https://github.com/RomRider/apexcharts-card/compare/v1.10.1-dev.1...v1.10.1-dev.2) (2021-11-04)


Expand Down
4 changes: 2 additions & 2 deletions 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.1-dev.2",
"version": "1.11.0-dev.1",
"description": "A Home Assistant Lovelace card using ApexCharts to render graphs",
"main": "src/apexcharts-card.ts",
"scripts": {
Expand Down

0 comments on commit 7751009

Please sign in to comment.