From ebc1038f34c43b81c0375f603ca1dce9e7f03ebe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 00:49:42 +0000 Subject: [PATCH] chore(latest): release 1.7.3 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0431fc9..80c7b40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.7.3](https://github.com/kyle-seongwoo-jun/homebridge-navien-smart/compare/v1.7.2...v1.7.3) (2024-11-11) + + +### Bug Fixes + +* paho is not working with esm, so added a patch ([5d1aaf0](https://github.com/kyle-seongwoo-jun/homebridge-navien-smart/commit/5d1aaf0c8a44c3b884335ff9ef76754e76df2b18)) +* remove cache accessories that wasn't discovered ([567674f](https://github.com/kyle-seongwoo-jun/homebridge-navien-smart/commit/567674f2274263e95056fa8ad824c901d686c141)) +* support homebridge 2.0 ([810d12a](https://github.com/kyle-seongwoo-jun/homebridge-navien-smart/commit/810d12aa9c7db9fe9319c50c1c3e18cb56606ab8)) + ## [1.7.2](https://github.com/kyle-seongwoo-jun/homebridge-navien-smart/compare/v1.7.1...v1.7.2) (2024-11-08) diff --git a/package-lock.json b/package-lock.json index 691f532..66917d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-navien-smart", - "version": "1.7.2", + "version": "1.7.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebridge-navien-smart", - "version": "1.7.2", + "version": "1.7.3", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 7f654fd..c65077a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": false, "displayName": "Navien Smart", "name": "homebridge-navien-smart", - "version": "1.7.2", + "version": "1.7.3", "description": "Homebridge plugin to control Navien devices via Navien Smart", "license": "Apache-2.0", "type": "module",