Skip to content

Commit

Permalink
chore(release): 1.4.0-dev.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.0-dev.5](v1.4.0-dev.4...v1.4.0-dev.5) (2021-02-01)

### Features

* **series:** Show/Hide a specific serie from the header or the graph ([#36](#36)) ([95c0433](95c0433))

### Bug Fixes

* Graph stopped updating following ddf6ca9 ([bc54729](bc54729))
* Sometimes card would stay in warning mode ([ddf6ca9](ddf6ca9))

### Documentation

* Fix error `data_generator` example ([6d1c7a0](6d1c7a0)), closes [#34](#34)
  • Loading branch information
semantic-release-bot committed Feb 1, 2021
1 parent bc54729 commit 9632047
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [1.4.0-dev.5](https://github.com/RomRider/apexcharts-card/compare/v1.4.0-dev.4...v1.4.0-dev.5) (2021-02-01)


### Features

* **series:** Show/Hide a specific serie from the header or the graph ([#36](https://github.com/RomRider/apexcharts-card/issues/36)) ([95c0433](https://github.com/RomRider/apexcharts-card/commit/95c0433833c197d32914ed11260b4dd08885d9f4))


### Bug Fixes

* Graph stopped updating following ddf6ca9 ([bc54729](https://github.com/RomRider/apexcharts-card/commit/bc547290301e1a5b09725589eaf95a640bdb5752))
* Sometimes card would stay in warning mode ([ddf6ca9](https://github.com/RomRider/apexcharts-card/commit/ddf6ca9105062a8591ba1e9ab702abb01e689592))


### Documentation

* Fix error `data_generator` example ([6d1c7a0](https://github.com/RomRider/apexcharts-card/commit/6d1c7a0d53a74a081b4900f1aa5c7c26b8159945)), closes [#34](https://github.com/RomRider/apexcharts-card/issues/34)

## [1.4.0-dev.4](https://github.com/RomRider/apexcharts-card/compare/v1.4.0-dev.3...v1.4.0-dev.4) (2021-02-01)


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

0 comments on commit 9632047

Please sign in to comment.