Skip to content

Commit

Permalink
chore(release): 1.4.0-dev.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.0-dev.1](v1.3.1-dev.1...v1.4.0-dev.1) (2021-01-30)

### Features

* **graph:** New chart types `scatter`, `donut`, `pie` and `radialBar` ([#24](#24)) ([a0e4f85](a0e4f85))

### Documentation

* Add an example to change the line thickness ([fd4a495](fd4a495))
* Missing `title` documentation in the header section ([ff7f35b](ff7f35b))
  • Loading branch information
semantic-release-bot committed Jan 30, 2021
1 parent fd4a495 commit 37c5ce3
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.4.0-dev.1](https://github.com/RomRider/apexcharts-card/compare/v1.3.1-dev.1...v1.4.0-dev.1) (2021-01-30)


### Features

* **graph:** New chart types `scatter`, `donut`, `pie` and `radialBar` ([#24](https://github.com/RomRider/apexcharts-card/issues/24)) ([a0e4f85](https://github.com/RomRider/apexcharts-card/commit/a0e4f8536593dc6f67f7439d77be367af74de736))


### Documentation

* Add an example to change the line thickness ([fd4a495](https://github.com/RomRider/apexcharts-card/commit/fd4a49542ea2fc7ebee10969c73bcbe26c73b68a))
* Missing `title` documentation in the header section ([ff7f35b](https://github.com/RomRider/apexcharts-card/commit/ff7f35b0b341305600bd0ac9baa86cfec737d20f))

### [1.3.1-dev.1](https://github.com/RomRider/apexcharts-card/compare/v1.3.0...v1.3.1-dev.1) (2021-01-30)


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

0 comments on commit 37c5ce3

Please sign in to comment.