From e1f59d4e914f729d63846d6d55190d96396482a2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 17 Jan 2021 19:53:12 +0000 Subject: [PATCH] chore(release): 0.11.0-dev.1 [skip ci] # [0.11.0-dev.1](https://github.com/kalkih/mini-graph-card/compare/v0.10.0...v0.11.0-dev.1) (2021-01-17) ### Bug Fixes * icon will properly follow entity's device_class [[#484](https://github.com/kalkih/mini-graph-card/issues/484)] ([738a492](https://github.com/kalkih/mini-graph-card/commit/738a4927a3dab8223c97e49ce58fefc064a4df61)) * Time would sometime display 24:xx instead of 00:xx [[#536](https://github.com/kalkih/mini-graph-card/issues/536)] ([981fd91](https://github.com/kalkih/mini-graph-card/commit/981fd91deb8370a1039c80b28c4da4d17718fdc5)) ### Features * Format numbers according to selected language [[#495](https://github.com/kalkih/mini-graph-card/issues/495) [#509](https://github.com/kalkih/mini-graph-card/issues/509)] ([875b557](https://github.com/kalkih/mini-graph-card/commit/875b55743a0152e7630a6111d7128a2a28657c97)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..99bc1e6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# [0.11.0-dev.1](https://github.com/kalkih/mini-graph-card/compare/v0.10.0...v0.11.0-dev.1) (2021-01-17) + + +### Bug Fixes + +* icon will properly follow entity's device_class [[#484](https://github.com/kalkih/mini-graph-card/issues/484)] ([738a492](https://github.com/kalkih/mini-graph-card/commit/738a4927a3dab8223c97e49ce58fefc064a4df61)) +* Time would sometime display 24:xx instead of 00:xx [[#536](https://github.com/kalkih/mini-graph-card/issues/536)] ([981fd91](https://github.com/kalkih/mini-graph-card/commit/981fd91deb8370a1039c80b28c4da4d17718fdc5)) + + +### Features + +* Format numbers according to selected language [[#495](https://github.com/kalkih/mini-graph-card/issues/495) [#509](https://github.com/kalkih/mini-graph-card/issues/509)] ([875b557](https://github.com/kalkih/mini-graph-card/commit/875b55743a0152e7630a6111d7128a2a28657c97)) diff --git a/package-lock.json b/package-lock.json index 0705192..7133cf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mini-graph-card", - "version": "0.10.0", + "version": "0.11.0-dev.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 8baf5cb..3a16a61 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mini-graph-card", - "version": "0.10.0", + "version": "0.11.0-dev.1", "description": "A minimalistic and customizable graph card for Home Assistant Lovelace UI", "keywords": [ "home-assistant",