Skip to content

Commit

Permalink
docs: update version to 8.02
Browse files Browse the repository at this point in the history
  • Loading branch information
ztalbot2000 committed Oct 20, 2024
1 parent ad220e8 commit abe1c3c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))


10 changes: 10 additions & 0 deletions RUNNING_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@


## ChangeLog
* <a href="#Whats-new-in-8-0-2">**Whats new in 8.0.2**</a>
* <a href="#Whats-new-in-8-0-1">**Whats new in 8.0.1**</a>
* <a href="#Whats-new-in-8-0-0">**Whats new in 8.0.0**</a>
* <a href="#Whats-new-in-7-1-0">**Whats new in 7.1.0**</a>
Expand Down Expand Up @@ -93,6 +94,15 @@
* <a href="#Whats-new-in-2-1">**Whats new in 2.1**</a>
* <a href="#Whats-new-in-2-0">**Whats new in 2.0**</a>

<a name="Whats-new-in-8-0-2">## Whats new in 8.0.2</a>
#### 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))


<a name="Whats-new-in-8-0-1">## Whats new in 8.0.1</a>
#### 8.0.1 (2024-08-16)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -113,4 +113,4 @@
"release:minor": "tools/generateChangeLog --type minor --cleanup",
"release:major": "tools/generateChangeLog --type major --cleanup"
}
}
}

0 comments on commit abe1c3c

Please sign in to comment.