Skip to content

Commit

Permalink
chore: v3.10.1 packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
ztalbot2000 committed Jun 13, 2021
1 parent 4da5e32 commit f889d4c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
14 changes: 3 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
# Homebridges-cmd4 - CMD4 Plugin for Homebridge - Supports ~All Accessory Types and now all Characteristics too!!
### 3.10.0 (2021-05-29)

##### Chores

* v3.10.0 packaging ([0a12da5a](https://github.com/ztalbot2000/homebridge-cmd4/commit/0a12da5a8d96dd060665f5ff07a1045eb08a46da))

##### New Features

* Antifeat as queueBurst was a bust. Squash queue errors for 1min instead ([854fec2f](https://github.com/ztalbot2000/homebridge-cmd4/commit/854fec2f9dcbe393f7ab58dfc7ee9d484cb0b7cd))
* Remove feat burst as no added benefit ([afe6b021](https://github.com/ztalbot2000/homebridge-cmd4/commit/afe6b021dd2ecc6564b6396f4368e77836d438de))
#### 3.10.1 (2021-06-13)

##### Bug Fixes

* runtime fix of this ([ce264c37](https://github.com/ztalbot2000/homebridge-cmd4/commit/ce264c374dbf35b9793baa44fd09dfabe30abcc8))
* Queue "Sets" should always come before "Gets" and Replace duplicate Sets ([4da5e323](https://github.com/ztalbot2000/homebridge-cmd4/commit/4da5e323bf4971ec68ee60010b13cedab901cd73))
* All "Gets" should wait until the stateChangeResponseTime in Queues ([9dbfc768](https://github.com/ztalbot2000/homebridge-cmd4/commit/9dbfc76867ac6903a9cf64ad7afa52687d0a7d8a))


10 changes: 10 additions & 0 deletions RUNNING_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Homebridge UI User. Do not click on any inline links. Homebridge UI does not supprt them. Bug#1098

## ChangeLog
* <a href="#Whats-new-in-3-10-1">**Whats new in 3.10.1**</a>
* <a href="#Whats-new-in-3-10-0">**Whats new in 3.10.0**</a>
* <a href="#Whats-new-in-3-9-0">**Whats new in 3.9.0**</a>
* <a href="#Whats-new-in-3-8-1">**Whats new in 3.8.1**</a>
Expand Down Expand Up @@ -61,6 +62,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-3-10-1">## Whats new in 3.10.1</a>
#### 3.10.1 (2021-06-13)

##### Bug Fixes

* Queue "Sets" should always come before "Gets" and Replace duplicate Sets ([4da5e323](https://github.com/ztalbot2000/homebridge-cmd4/commit/4da5e323bf4971ec68ee60010b13cedab901cd73))
* All "Gets" should wait until the stateChangeResponseTime in Queues ([9dbfc768](https://github.com/ztalbot2000/homebridge-cmd4/commit/9dbfc76867ac6903a9cf64ad7afa52687d0a7d8a))


<a name="Whats-new-in-3-10-0">## Whats new in 3.10.0</a>
### 3.10.0 (2021-05-29)

Expand Down
2 changes: 1 addition & 1 deletion 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": "3.10.0",
"version": "3.10.1",
"license": "MIT",
"author": {
"name": "John Talbot"
Expand Down

0 comments on commit f889d4c

Please sign in to comment.