Skip to content

Commit

Permalink
chore(release): 1.2.1-dev.1 [skip ci]
Browse files Browse the repository at this point in the history
### [1.2.1-dev.1](v1.2.0...v1.2.1-dev.1) (2021-01-29)

### Bug Fixes

* **config:** `style` was not a valid config option (card-mod/picture-element) ([0a38778](0a38778)), closes [#15](#15)
* **style:** Better default styling of toolbar ([4d0ef1c](4d0ef1c)), closes [#16](#16)
  • Loading branch information
semantic-release-bot committed Jan 29, 2021
1 parent 4d0ef1c commit 0835077
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [1.2.1-dev.1](https://github.com/RomRider/apexcharts-card/compare/v1.2.0...v1.2.1-dev.1) (2021-01-29)


### Bug Fixes

* **config:** `style` was not a valid config option (card-mod/picture-element) ([0a38778](https://github.com/RomRider/apexcharts-card/commit/0a3877858c9187e7356ca4cdd2543c6f0865db99)), closes [#15](https://github.com/RomRider/apexcharts-card/issues/15)
* **style:** Better default styling of toolbar ([4d0ef1c](https://github.com/RomRider/apexcharts-card/commit/4d0ef1c6b1c22f6c9a0e84244062dd4361ea7cca)), closes [#16](https://github.com/RomRider/apexcharts-card/issues/16)

## [1.2.0](https://github.com/RomRider/apexcharts-card/compare/v1.1.0...v1.2.0) (2021-01-28)


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.2.0",
"version": "1.2.1-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 0835077

Please sign in to comment.