Skip to content

Commit

Permalink
chore(release): 1.10.0-dev.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.0-dev.7](v1.10.0-dev.6...v1.10.0-dev.7) (2021-10-24)

### Features

* uses the time format defined in Home Assistant user profile ([78df800](78df800)), closes [#213](#213)

### Bug Fixes

* history data could be modified in some rare cases ([d38fd6e](d38fd6e))
* the hass object could sometimes be null ([ff27baf](ff27baf)), closes [#191](#191)
  • Loading branch information
semantic-release-bot committed Oct 24, 2021
1 parent 31d5814 commit 5fa3cda
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.10.0-dev.7](https://github.com/RomRider/apexcharts-card/compare/v1.10.0-dev.6...v1.10.0-dev.7) (2021-10-24)


### Features

* uses the time format defined in Home Assistant user profile ([78df800](https://github.com/RomRider/apexcharts-card/commit/78df800f32004c180fb3bebfb4d35ac82858f3c2)), closes [#213](https://github.com/RomRider/apexcharts-card/issues/213)


### Bug Fixes

* history data could be modified in some rare cases ([d38fd6e](https://github.com/RomRider/apexcharts-card/commit/d38fd6e0c3531dcd225e856ca90c57026c9049ab))
* the hass object could sometimes be null ([ff27baf](https://github.com/RomRider/apexcharts-card/commit/ff27baff63845dbdaa0cbd90bd71252fa5cb27e1)), closes [#191](https://github.com/RomRider/apexcharts-card/issues/191)

## [1.10.0-dev.6](https://github.com/RomRider/apexcharts-card/compare/v1.10.0-dev.5...v1.10.0-dev.6) (2021-07-12)


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

0 comments on commit 5fa3cda

Please sign in to comment.