Skip to content

Commit 667acac

Browse files
chore(release): 1.5.0-dev.3 [skip ci]
## [1.5.0-dev.3](v1.5.0-dev.2...v1.5.0-dev.3) (2021-02-03) ### Features * **now:** Add a marker at the current time on the chart ([9b6b83d](9b6b83d)), closes [#44](#44) * **series:** `transform` the data the way you want ([#45](#45)) ([1cb6bb5](1cb6bb5)) ### Documentation * Fix typo in doc ([89ed3c5](89ed3c5))
1 parent 89ed3c5 commit 667acac

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [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)
2+
3+
4+
### Features
5+
6+
* **now:** Add a marker at the current time on the chart ([9b6b83d](https://github.com/RomRider/apexcharts-card/commit/9b6b83db64e8ec80ceaf3f929f3716b3fe5943b1)), closes [#44](https://github.com/RomRider/apexcharts-card/issues/44)
7+
* **series:** `transform` the data the way you want ([#45](https://github.com/RomRider/apexcharts-card/issues/45)) ([1cb6bb5](https://github.com/RomRider/apexcharts-card/commit/1cb6bb5d0c5abbe73a4e5f0ded426cc123af515b))
8+
9+
10+
### Documentation
11+
12+
* Fix typo in doc ([89ed3c5](https://github.com/RomRider/apexcharts-card/commit/89ed3c530ed296765dcbe65f856df16a57cc9db5))
13+
114
## [1.5.0-dev.2](https://github.com/RomRider/apexcharts-card/compare/v1.5.0-dev.1...v1.5.0-dev.2) (2021-02-03)
215

316

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apexcharts-card",
3-
"version": "1.5.0-dev.2",
3+
"version": "1.5.0-dev.3",
44
"description": "A Home Assistant Lovelace card using ApexCharts to render graphs",
55
"main": "src/apexcharts-card.ts",
66
"scripts": {

0 commit comments

Comments
 (0)