From b5a7de35ae41dded302224b1ce4d60ae1ebd15fb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 30 May 2021 16:51:54 +0000 Subject: [PATCH] chore(release): 2.18.3 [skip ci] ## [2.18.3](https://github.com/mKeRix/room-assistant/compare/v2.18.2...v2.18.3) (2021-05-30) ### Bug Fixes * **home-assistant:** clear retained old style status messages ([d33d6e3](https://github.com/mKeRix/room-assistant/commit/d33d6e3d1e6be65cd24740ed579c3d36bf93fb3e)) * **home-assistant:** use consistent id for instance availability ([6781619](https://github.com/mKeRix/room-assistant/commit/6781619b7af4b2673f32e22a3b8bc084a170f3ae)), closes [#728](https://github.com/mKeRix/room-assistant/issues/728) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index a1dba37f..c503cf50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "room-assistant", - "version": "2.18.2", + "version": "2.18.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index a6360553..fc0d8685 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "room-assistant", - "version": "2.18.2", + "version": "2.18.3", "description": "Presence tracking and more for automation on the room-level", "author": "Heiko Rothe (https://heikorothe.com)", "license": "MIT",