chore(release): 4.0.0-dev.12 [skip ci]

## [4.0.0-dev.12](https://github.com/custom-cards/button-card/compare/v4.0.0-dev.11...v4.0.0-dev.12) (2023-07-26)

### Bug Fixes

* icon would be cut with card height defined ([19f8393](19f8393193)), closes [#731](https://github.com/custom-cards/button-card/issues/731)
This commit is contained in:
semantic-release-bot 2023-07-26 07:53:37 +00:00
parent 19f8393193
commit 529f954cec
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [4.0.0-dev.12](https://github.com/custom-cards/button-card/compare/v4.0.0-dev.11...v4.0.0-dev.12) (2023-07-26)
### Bug Fixes
* icon would be cut with card height defined ([19f8393](https://github.com/custom-cards/button-card/commit/19f83931939a8c15bd9e1174f11c0e52dd451bf8)), closes [#731](https://github.com/custom-cards/button-card/issues/731)
## [4.0.0-dev.11](https://github.com/custom-cards/button-card/compare/v4.0.0-dev.10...v4.0.0-dev.11) (2023-07-26)

View File

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