Skip to content

Commit

Permalink
chore(release): 1.8.0-dev.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.0-dev.4](v1.8.0-dev.3...v1.8.0-dev.4) (2021-02-26)

### Features

* **brush:** Support for a timeframe selection chart ([#102](#102)) ([c8dedf7](c8dedf7))
* **header:** Standard header title home-assistant format using `standard_format` ([35c5391](35c5391)), closes [#35](#35)

### Bug Fixes

* Support for card-mod >= 3.0 ([8348119](8348119)), closes [#104](#104)
  • Loading branch information
semantic-release-bot committed Feb 26, 2021
1 parent 35c5391 commit 4475063
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.8.0-dev.4](https://github.com/RomRider/apexcharts-card/compare/v1.8.0-dev.3...v1.8.0-dev.4) (2021-02-26)


### Features

* **brush:** Support for a timeframe selection chart ([#102](https://github.com/RomRider/apexcharts-card/issues/102)) ([c8dedf7](https://github.com/RomRider/apexcharts-card/commit/c8dedf7de96171e8332cdcc9269eccc70043eb1e))
* **header:** Standard header title home-assistant format using `standard_format` ([35c5391](https://github.com/RomRider/apexcharts-card/commit/35c5391c0425c1d195f2f35b885aa8689c02129d)), closes [#35](https://github.com/RomRider/apexcharts-card/issues/35)


### Bug Fixes

* Support for card-mod >= 3.0 ([8348119](https://github.com/RomRider/apexcharts-card/commit/8348119be517ad3cc90bbce1821d0e2d836fa2ed)), closes [#104](https://github.com/RomRider/apexcharts-card/issues/104)

## [1.8.0-dev.3](https://github.com/RomRider/apexcharts-card/compare/v1.8.0-dev.2...v1.8.0-dev.3) (2021-02-23)


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.8.0-dev.3",
"version": "1.8.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 4475063

Please sign in to comment.