Skip to content

Commit

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

### Features

* **extremas:** Display the time on top of your extremas ([#97](#97)) ([d127b37](d127b37))

### Bug Fixes

* **extremas:** Multi y-axis support ([#98](#98)) ([5c7d742](5c7d742)), closes [#89](#89)
* extremas was not working with `invert: true` ([4d06ef6](4d06ef6)), closes [#96](#96)
  • Loading branch information
semantic-release-bot committed Feb 18, 2021
1 parent 5c7d742 commit cf0386c
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.1](https://github.com/RomRider/apexcharts-card/compare/v1.7.1...v1.8.0-dev.1) (2021-02-18)


### Features

* **extremas:** Display the time on top of your extremas ([#97](https://github.com/RomRider/apexcharts-card/issues/97)) ([d127b37](https://github.com/RomRider/apexcharts-card/commit/d127b376fb1c3931c5c9c95129347144eb5ea791))


### Bug Fixes

* **extremas:** Multi y-axis support ([#98](https://github.com/RomRider/apexcharts-card/issues/98)) ([5c7d742](https://github.com/RomRider/apexcharts-card/commit/5c7d7424e100b5a3327d94800e36f31e9931cfe8)), closes [#89](https://github.com/RomRider/apexcharts-card/issues/89)
* extremas was not working with `invert: true` ([4d06ef6](https://github.com/RomRider/apexcharts-card/commit/4d06ef68b72cd99777b18f6c7b7e0aa32cf32c1c)), closes [#96](https://github.com/RomRider/apexcharts-card/issues/96)

### [1.7.1](https://github.com/RomRider/apexcharts-card/compare/v1.7.0...v1.7.1) (2021-02-17)


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.7.1",
"version": "1.8.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 cf0386c

Please sign in to comment.