Skip to content

Commit

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

### Features

* Support for 12-hour format ([#55](#55)) ([f38a18e](f38a18e)), closes [#48](#48) [#53](#53)

### Bug Fixes

* dataLabels would not follow `float_precision` ([cf9b63a](cf9b63a)), closes [#54](#54)

### Documentation

* Missing link to the `now` section ([9747257](9747257))
  • Loading branch information
semantic-release-bot committed Feb 4, 2021
1 parent f38a18e commit d161f6a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [1.5.0-dev.4](https://github.com/RomRider/apexcharts-card/compare/v1.5.0-dev.3...v1.5.0-dev.4) (2021-02-04)


### Features

* Support for 12-hour format ([#55](https://github.com/RomRider/apexcharts-card/issues/55)) ([f38a18e](https://github.com/RomRider/apexcharts-card/commit/f38a18eb1e0a3aedb04c78577e6207c1eb9fb0f6)), closes [#48](https://github.com/RomRider/apexcharts-card/issues/48) [#53](https://github.com/RomRider/apexcharts-card/issues/53)


### Bug Fixes

* dataLabels would not follow `float_precision` ([cf9b63a](https://github.com/RomRider/apexcharts-card/commit/cf9b63a2a27aca63d7188f8eaf371f4c6b343191)), closes [#54](https://github.com/RomRider/apexcharts-card/issues/54)


### Documentation

* Missing link to the `now` section ([9747257](https://github.com/RomRider/apexcharts-card/commit/9747257018cb60359afc28eeb2c33f3f544f341f))

## [1.5.0-dev.3](https://github.com/RomRider/apexcharts-card/compare/v1.5.0-dev.2...v1.5.0-dev.3) (2021-02-03)


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.5.0-dev.3",
"version": "1.5.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 d161f6a

Please sign in to comment.