Skip to content

Commit

Permalink
docs: Update minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
ztalbot2000 committed Dec 11, 2024
1 parent 22761c8 commit f3fdf0c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Homebridges-cmd4 - CMD4 Plugin for Homebridge - Supports ~All Accessory Types and now all Characteristics too!!
#### 8.0.2 (2024-10-20)
#### 8.0.3 (2024-12-11)

##### 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))
* Update node requirements to satisfy the current Node.js version of v22.12.0 ([22761c89](https://github.com/ztalbot2000/homebridge-cmd4/commit/22761c8954dfdb6086023585978836b36f531f65))


9 changes: 9 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-3">**Whats new in 8.0.3**</a>
* <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>
Expand Down Expand Up @@ -94,6 +95,14 @@
* <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-3">## Whats new in 8.0.3</a>
#### 8.0.3 (2024-12-11)

##### Bug Fixes

* Update node requirements to satisfy the current Node.js version of v22.12.0 ([22761c89](https://github.com/ztalbot2000/homebridge-cmd4/commit/22761c8954dfdb6086023585978836b36f531f65))


<a name="Whats-new-in-8-0-2">## Whats new in 8.0.2</a>
#### 8.0.2 (2024-10-20)

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.2",
"version": "8.0.3",
"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 f3fdf0c

Please sign in to comment.