Skip to content

Commit 144ce67

Browse files
chore(release): 1.4.0-dev.4 [skip ci]
## [1.4.0-dev.4](v1.4.0-dev.3...v1.4.0-dev.4) (2021-02-01) ### Features * Support for auto-entities ([060e4c0](060e4c0)) * **series:** Retrieve an attribute of your entity instead of the state ([#32](#32)) ([b76bf16](b76bf16)), closes [#29](#29) ### Documentation * Add more example ([ffaa5df](ffaa5df)) * Fix some typos ([3df6aed](3df6aed))
1 parent a2cef5e commit 144ce67

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.4.0-dev.4](https://github.com/RomRider/apexcharts-card/compare/v1.4.0-dev.3...v1.4.0-dev.4) (2021-02-01)
2+
3+
4+
### Features
5+
6+
* Support for auto-entities ([060e4c0](https://github.com/RomRider/apexcharts-card/commit/060e4c0f7cdfebb72055d83dada4129a0f699f3c))
7+
* **series:** Retrieve an attribute of your entity instead of the state ([#32](https://github.com/RomRider/apexcharts-card/issues/32)) ([b76bf16](https://github.com/RomRider/apexcharts-card/commit/b76bf16e9f3d4dc8c28767d552139de3aa033fa7)), closes [#29](https://github.com/RomRider/apexcharts-card/issues/29)
8+
9+
10+
### Documentation
11+
12+
* Add more example ([ffaa5df](https://github.com/RomRider/apexcharts-card/commit/ffaa5df44fb009b881ba6af8d4d73ec9e7562c26))
13+
* Fix some typos ([3df6aed](https://github.com/RomRider/apexcharts-card/commit/3df6aed4769b8b0b927f961083f7aa16521ddf58))
14+
115
## [1.4.0-dev.3](https://github.com/RomRider/apexcharts-card/compare/v1.4.0-dev.2...v1.4.0-dev.3) (2021-01-31)
216

317

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.4.0-dev.3",
3+
"version": "1.4.0-dev.4",
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)