chore(release): 4.1.1 [skip ci]

### [4.1.1](https://github.com/custom-cards/button-card/compare/v4.1.0...v4.1.1) (2023-08-03)

### Bug Fixes

* **color:** color wouldn't follow light color with `color: auto` ([b63f0db](b63f0db220)), closes [#737](https://github.com/custom-cards/button-card/issues/737)
This commit is contained in:
semantic-release-bot 2023-08-03 13:28:22 +00:00
parent b63f0db220
commit 121ae82326
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
### [4.1.1](https://github.com/custom-cards/button-card/compare/v4.1.0...v4.1.1) (2023-08-03)
### Bug Fixes
* **color:** color wouldn't follow light color with `color: auto` ([b63f0db](https://github.com/custom-cards/button-card/commit/b63f0db220b8a9c72383c4288546112625fdff04)), closes [#737](https://github.com/custom-cards/button-card/issues/737)
## [4.1.0](https://github.com/custom-cards/button-card/compare/v4.0.1...v4.1.0) (2023-08-03)

View File

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