From 89a9c65071fd7802ae9a9773af41510449d4bab9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 16 Jan 2022 10:44:59 +0000 Subject: [PATCH] chore(release): 0.11.0-dev.5 [skip ci] # [0.11.0-dev.5](https://github.com/kalkih/mini-graph-card/compare/v0.11.0-dev.4...v0.11.0-dev.5) (2022-01-16) ### Bug Fixes * **config:** Remove entity config error [#592](https://github.com/kalkih/mini-graph-card/issues/592) ([#593](https://github.com/kalkih/mini-graph-card/issues/593)) ([b3edf6a](https://github.com/kalkih/mini-graph-card/commit/b3edf6a00b9dd74c527f09bbd5fb1f32e3668fd7)) ### Features * Interpolate color threshold stops ([#596](https://github.com/kalkih/mini-graph-card/issues/596)) ([61e2d62](https://github.com/kalkih/mini-graph-card/commit/61e2d62b2b10464196468bb44897f28fd20b20c5)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8186ec..ff74075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [0.11.0-dev.5](https://github.com/kalkih/mini-graph-card/compare/v0.11.0-dev.4...v0.11.0-dev.5) (2022-01-16) + + +### Bug Fixes + +* **config:** Remove entity config error [#592](https://github.com/kalkih/mini-graph-card/issues/592) ([#593](https://github.com/kalkih/mini-graph-card/issues/593)) ([b3edf6a](https://github.com/kalkih/mini-graph-card/commit/b3edf6a00b9dd74c527f09bbd5fb1f32e3668fd7)) + + +### Features + +* Interpolate color threshold stops ([#596](https://github.com/kalkih/mini-graph-card/issues/596)) ([61e2d62](https://github.com/kalkih/mini-graph-card/commit/61e2d62b2b10464196468bb44897f28fd20b20c5)) + # [0.11.0-dev.4](https://github.com/kalkih/mini-graph-card/compare/v0.11.0-dev.3...v0.11.0-dev.4) (2021-02-17) diff --git a/package-lock.json b/package-lock.json index 6c17b4d..03290c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mini-graph-card", - "version": "0.11.0-dev.4", + "version": "0.11.0-dev.5", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index b093a16..39927d1 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mini-graph-card", - "version": "0.11.0-dev.4", + "version": "0.11.0-dev.5", "description": "A minimalistic and customizable graph card for Home Assistant Lovelace UI", "keywords": [ "home-assistant",