chore(release): 4.0.1 [skip ci]

### [4.0.1](https://github.com/custom-cards/button-card/compare/v4.0.0...v4.0.1) (2023-07-30)

### Bug Fixes

* color: auto/auto-no-temperature was broken ([a63f9a9](a63f9a96a5)), closes [#737](https://github.com/custom-cards/button-card/issues/737)
This commit is contained in:
semantic-release-bot 2023-07-30 14:15:41 +00:00
parent a63f9a96a5
commit f7371077b5
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
### [4.0.1](https://github.com/custom-cards/button-card/compare/v4.0.0...v4.0.1) (2023-07-30)
### Bug Fixes
* color: auto/auto-no-temperature was broken ([a63f9a9](https://github.com/custom-cards/button-card/commit/a63f9a96a5e4d4582ca90095c49464b0462a451a)), closes [#737](https://github.com/custom-cards/button-card/issues/737)
## [4.0.0](https://github.com/custom-cards/button-card/compare/v3.5.0...v4.0.0) (2023-07-29)

View File

@ -1,6 +1,6 @@
{
"name": "button-card",
"version": "4.0.0",
"version": "4.0.1",
"description": "Button card for lovelace",
"main": "dist/button-card.js",
"scripts": {