Skip to content

Commit

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

### Bug Fixes

* Display non inverted numbers in legend/tooltip/datalabels when `invert: true` ([331fe04](331fe04)), closes [#96](#96)
  • Loading branch information
semantic-release-bot committed Feb 23, 2021
1 parent 331fe04 commit 3a441f9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [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)


### Bug Fixes

* Display non inverted numbers in legend/tooltip/datalabels when `invert: true` ([331fe04](https://github.com/RomRider/apexcharts-card/commit/331fe044f7c7cd1ed324c0be24a4469fcdfaaad1)), closes [#96](https://github.com/RomRider/apexcharts-card/issues/96)

## [1.8.0-dev.2](https://github.com/RomRider/apexcharts-card/compare/v1.8.0-dev.1...v1.8.0-dev.2) (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.2",
"version": "1.8.0-dev.3",
"description": "A Home Assistant Lovelace card using ApexCharts to render graphs",
"main": "src/apexcharts-card.ts",
"scripts": {
Expand Down

0 comments on commit 3a441f9

Please sign in to comment.