chore(release): 4.1.2-dev.1 [skip ci]

### [4.1.2-dev.1](https://github.com/custom-cards/button-card/compare/v4.1.1...v4.1.2-dev.1) (2023-08-20)

### Bug Fixes

* card would sometimes not be clickable ([56c3f44](56c3f44066)), closes [#738](https://github.com/custom-cards/button-card/issues/738) [#759](https://github.com/custom-cards/button-card/issues/759)
This commit is contained in:
semantic-release-bot 2023-08-20 15:46:11 +00:00
parent 56c3f44066
commit 27877b9f68
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
### [4.1.2-dev.1](https://github.com/custom-cards/button-card/compare/v4.1.1...v4.1.2-dev.1) (2023-08-20)
### Bug Fixes
* card would sometimes not be clickable ([56c3f44](https://github.com/custom-cards/button-card/commit/56c3f44066c6bd08fb8a7d8bb8fa679920dc5992)), closes [#738](https://github.com/custom-cards/button-card/issues/738) [#759](https://github.com/custom-cards/button-card/issues/759)
### [4.1.1](https://github.com/custom-cards/button-card/compare/v4.1.0...v4.1.1) (2023-08-03)

View File

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