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

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

### Bug Fixes

* **templates:** `variables` was `undefined` if none where provided. ([fad332b](fad332b80d)), closes [#718](https://github.com/custom-cards/button-card/issues/718)
This commit is contained in:
semantic-release-bot 2023-07-26 09:53:18 +00:00
parent fad332b80d
commit 87d321a27f
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [4.0.0-dev.13](https://github.com/custom-cards/button-card/compare/v4.0.0-dev.12...v4.0.0-dev.13) (2023-07-26)
### Bug Fixes
* **templates:** `variables` was `undefined` if none where provided. ([fad332b](https://github.com/custom-cards/button-card/commit/fad332b80d0fe910fa99e13e1e291ffa4b65188e)), closes [#718](https://github.com/custom-cards/button-card/issues/718)
## [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)

View File

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