From f60c46ef2f888ba712e68ef27cea101bea09fecd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 12 Aug 2023 08:21:09 +0000 Subject: [PATCH] release: Released v1.1.3 [skip ci] --- CHANGELOG.md | 7 +++++++ custom_components/first_bus/manifest.json | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37aa6fa..0ea400c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.3](https://github.com/BottlecapDave/HomeAssistant-FirstBus/compare/v1.1.2...v1.1.3) (2023-08-12) + + +### Bug Fixes + +* Fixed sensor not reporting -1 when the bus is due ([e0ebd06](https://github.com/BottlecapDave/HomeAssistant-FirstBus/commit/e0ebd065ba3fc5ece573823baf2271a51f54aac1)) + ## [1.1.2](https://github.com/BottlecapDave/HomeAssistant-FirstBus/compare/v1.1.1...v1.1.2) (2022-09-05) diff --git a/custom_components/first_bus/manifest.json b/custom_components/first_bus/manifest.json index 0aca2aa..2ea6d5c 100644 --- a/custom_components/first_bus/manifest.json +++ b/custom_components/first_bus/manifest.json @@ -1,7 +1,6 @@ { "domain": "first_bus", "name": "First Bus", - "codeowners": [ "@bottlecapdave" ], @@ -12,6 +11,6 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/BottlecapDave/HomeAssistant-FirstBus/issues", "ssdp": [], - "version": "1.1.2", + "version": "1.1.3", "zeroconf": [] } \ No newline at end of file