diff --git a/CHANGELOG.md b/CHANGELOG.md index fd907d3..bb6c171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.12.1](https://github.com/kalkih/mini-graph-card/compare/v0.12.0...v0.12.1) (2024-03-20) + + +### Bug Fixes + +* tooltip interval start could be after end ([#1065](https://github.com/kalkih/mini-graph-card/issues/1065)) ([930ee39](https://github.com/kalkih/mini-graph-card/commit/930ee39f51744bc11f580f4198f579b5213371ca)), closes [#181](https://github.com/kalkih/mini-graph-card/issues/181) + # [0.12.0](https://github.com/kalkih/mini-graph-card/compare/v0.11.0...v0.12.0) (2024-01-27) diff --git a/README.md b/README.md index 5ea3950..de2e2a3 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This card is available in [HACS](https://hacs.xyz/) (Home Assistant Community St 2. Grab `mini-graph-card-bundle.js`: ``` - $ wget https://github.com/kalkih/mini-graph-card/releases/download/v0.12.0/mini-graph-card-bundle.js + $ wget https://github.com/kalkih/mini-graph-card/releases/download/v0.12.1/mini-graph-card-bundle.js ``` 3. Add the resource reference as decribed below. @@ -37,7 +37,7 @@ If you configure Lovelace via YAML, add a reference to `mini-graph-card-bundle.j ```yaml resources: - - url: /local/mini-graph-card-bundle.js?v=0.12.0 + - url: /local/mini-graph-card-bundle.js?v=0.12.1 type: module ``` @@ -60,7 +60,7 @@ Else, if you prefer the graphical editor, use the menu to add the resource: ```yaml resources: - - url: /local/mini-graph-card-bundle.js?v=0.12.0 + - url: /local/mini-graph-card-bundle.js?v=0.12.1 type: module ``` diff --git a/package-lock.json b/package-lock.json index 48b23da..baf1dee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mini-graph-card", - "version": "0.12.0", + "version": "0.12.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index c934637..f55e263 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mini-graph-card", - "version": "0.12.0", + "version": "0.12.1", "description": "A minimalistic and customizable graph card for Home Assistant Lovelace UI", "keywords": [ "home-assistant",