Skip to content

Commit ba63bfa

Browse files
committed
Update version (3.5.1)
1 parent 9399b7d commit ba63bfa

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 3.5.1
5+
6+
**Fixed:**
7+
- Unit not being rendered when `format` option is set (#117)
8+
49
## 3.5.0
510

611
**Added:**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ to your `<config>/www/` folder and add the following to the `configuration.yaml`
1616
```yaml
1717
lovelace:
1818
resources:
19-
- url: /local/multiple-entity-row.js?v=3.5.0
19+
- url: /local/multiple-entity-row.js?v=3.5.1
2020
type: module
2121
```
2222

multiple-entity-row.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
((LitElement) => {
22
console.info(
3-
'%c MULTIPLE-ENTITY-ROW %c 3.5.0 ',
3+
'%c MULTIPLE-ENTITY-ROW %c 3.5.1 ',
44
'color: cyan; background: black; font-weight: bold;',
55
'color: darkblue; background: white; font-weight: bold;',
66
);

tracker.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"multiple-entity-row": {
33
"updated_at": "2020-10-20",
4-
"version": "3.5.0",
4+
"version": "3.5.1",
55
"remote_location": "https://raw.githubusercontent.com/benct/lovelace-multiple-entity-row/master/multiple-entity-row.js",
66
"visit_repo": "https://github.com/benct/lovelace-multiple-entity-row",
77
"changelog": "https://github.com/benct/lovelace-multiple-entity-row/blob/master/CHANGELOG.md"

0 commit comments

Comments
 (0)