Skip to content

Commit 8a20c87

Browse files
chore(release): 4.0.0-dev.9 [skip ci]
## [4.0.0-dev.9](v4.0.0-dev.8...v4.0.0-dev.9) (2023-07-24) ### Bug Fixes * numerical states would not follow HA's format ([72d7c41](72d7c41)), closes [#662](#662)
1 parent 72d7c41 commit 8a20c87

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.0.0-dev.9](https://github.com/custom-cards/button-card/compare/v4.0.0-dev.8...v4.0.0-dev.9) (2023-07-24)
2+
3+
4+
### Bug Fixes
5+
6+
* numerical states would not follow HA's format ([72d7c41](https://github.com/custom-cards/button-card/commit/72d7c4133ff96713ecbe42168db0d6732b82510c)), closes [#662](https://github.com/custom-cards/button-card/issues/662)
7+
18
## [4.0.0-dev.8](https://github.com/custom-cards/button-card/compare/v4.0.0-dev.7...v4.0.0-dev.8) (2023-07-24)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "button-card",
3-
"version": "4.0.0-dev.8",
3+
"version": "4.0.0-dev.9",
44
"description": "Button card for lovelace",
55
"main": "dist/button-card.js",
66
"scripts": {

0 commit comments

Comments
 (0)