From 5ad008381f21f5e890e6c4acb9d28b894a2031e7 Mon Sep 17 00:00:00 2001 From: kalkih Date: Fri, 12 Oct 2018 14:23:59 +0200 Subject: [PATCH] Bumped version --- README.md | 8 ++++---- changelog.md | 3 ++- tracker.json | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index dca2f9b..2326459 100755 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The card works with entities from within the **sensor** domain and displays the ```yaml resources: - - url: /local/mini-graph-card.js?v=0.0.5 + - url: /local/mini-graph-card.js?v=0.0.6 type: module ``` @@ -32,7 +32,7 @@ git clone https://github.com/kalkih/mini-graph-card.git ```yaml resources: - - url: /local/mini-graph-card/mini-graph-card.js?v=0.0.5 + - url: /local/mini-graph-card/mini-graph-card.js?v=0.0.6 type: module ``` @@ -55,7 +55,7 @@ custom_updater: ```yaml resources: - - url: /local/mini-graph-card.js?v=0.0.5 + - url: /local/mini-graph-card.js?v=0.0.6 type: module ``` @@ -63,7 +63,7 @@ If you went the `git clone` route, just run `git pull` from inside your `config/ ```yaml resources: - - url: /local/mini-graph-card/mini-graph-card.js?v=0.0.5 + - url: /local/mini-graph-card/mini-graph-card.js?v=0.0.6 type: module ``` diff --git a/changelog.md b/changelog.md index 9ebf7ea..861c70c 100755 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ ## v0.0.6 +- Improved handling of unknown/unavailable history entries #8 - Fixed issue where `` error would appear in some scenarios -- Refactored code handling building of the graph +- Refactored code responsible for building the line graph #9 ## v0.0.5 - Added `hide_icon` option #5 diff --git a/tracker.json b/tracker.json index 0502f32..a9bddff 100755 --- a/tracker.json +++ b/tracker.json @@ -1,7 +1,7 @@ { "mini-graph-card": { - "updated_at": "2018-10-10", - "version": "0.0.5", + "updated_at": "2018-10-12", + "version": "0.0.6", "remote_location": "https://raw.githubusercontent.com/kalkih/mini-graph-card/master/mini-graph-card.js", "visit_repo": "https://github.com/kalkih/mini-graph-card", "changelog": "https://github.com/kalkih/mini-graph-card/releases/latest"