From abe1c3cf0f6d6afaf2a4df0f9d841b948bc13a45 Mon Sep 17 00:00:00 2001 From: John Talbot Date: Sun, 20 Oct 2024 15:39:39 -0400 Subject: [PATCH] docs: update version to 8.02 --- CHANGELOG.md | 5 +++-- RUNNING_CHANGELOG.md | 10 ++++++++++ package.json | 4 ++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d79c0d2..0c26d37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Homebridges-cmd4 - CMD4 Plugin for Homebridge - Supports ~All Accessory Types and now all Characteristics too!! -#### 8.0.1 (2024-08-16) +#### 8.0.2 (2024-10-20) ##### Bug Fixes -* Bug [#147](https://github.com/ztalbot2000/homebridge-cmd4/pull/147) Accesories removed from home app after upgrade to 8.0 ([de25e94f](https://github.com/ztalbot2000/homebridge-cmd4/commit/de25e94fac8cf331142ea4523218db0f8cf447b0)) +* github-version-checker is an unused dependency and is also obsolete, so remove it ([ad220e82](https://github.com/ztalbot2000/homebridge-cmd4/commit/ad220e82b66accf630021dc8c4c136948b720acd)) +* Also for 146, put back reachable as per Wongs fix ([0e131097](https://github.com/ztalbot2000/homebridge-cmd4/commit/0e131097087899cad530c132b699639e384b3ce0)) diff --git a/RUNNING_CHANGELOG.md b/RUNNING_CHANGELOG.md index 359bae5..406e1d1 100644 --- a/RUNNING_CHANGELOG.md +++ b/RUNNING_CHANGELOG.md @@ -4,6 +4,7 @@ ## ChangeLog +* **Whats new in 8.0.2** * **Whats new in 8.0.1** * **Whats new in 8.0.0** * **Whats new in 7.1.0** @@ -93,6 +94,15 @@ * **Whats new in 2.1** * **Whats new in 2.0** +## Whats new in 8.0.2 +#### 8.0.2 (2024-10-20) + +##### Bug Fixes + +* github-version-checker is an unused dependency and is also obsolete, so remove it ([ad220e82](https://github.com/ztalbot2000/homebridge-cmd4/commit/ad220e82b66accf630021dc8c4c136948b720acd)) +* Also for 146, put back reachable as per Wongs fix ([0e131097](https://github.com/ztalbot2000/homebridge-cmd4/commit/0e131097087899cad530c132b699639e384b3ce0)) + + ## Whats new in 8.0.1 #### 8.0.1 (2024-08-16) diff --git a/package.json b/package.json index d915de2..561af72 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge-cmd4", "description": "Exec Plugin for Homebridge supporting all accessorys and characteristics", - "version": "8.0.1", + "version": "8.0.2", "license": "MIT", "author": { "name": "John Talbot" @@ -113,4 +113,4 @@ "release:minor": "tools/generateChangeLog --type minor --cleanup", "release:major": "tools/generateChangeLog --type major --cleanup" } -} +} \ No newline at end of file