Skip to content

Commit 65f37d7

Browse files
committed
v1.3.0-beta.8
1 parent 5ab1507 commit 65f37d7

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"clean-crabs-explain",
1010
"clever-ears-move",
1111
"cold-numbers-attack",
12+
"five-avocados-flow",
1213
"forty-foxes-protect",
14+
"four-fishes-clean",
1315
"heavy-donuts-nail",
1416
"khaki-suits-reply",
1517
"lovely-otters-matter",
@@ -27,6 +29,7 @@
2729
"sour-months-return",
2830
"stale-bobcats-march",
2931
"twenty-adults-care",
32+
"unlucky-jobs-drum",
3033
"weak-cats-accept",
3134
"wet-monkeys-switch",
3235
"wise-mayflies-sort",

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 1.3.0-beta.8
4+
5+
### Minor Changes
6+
7+
- 5ab1507: Increase the frequency of Roomba status checks in order to support automations
8+
9+
### Patch Changes
10+
11+
- 05ca4e6: Improve handling around connections to Roomba that timeout
12+
- f100e9f: Refresh Roomba's status after every action so we update our version of Roomba's state ASAP.
13+
14+
The previous approach of updating the state directly had a race condition with pre-existing updates of Roomba's state.
15+
316
## 1.3.0-beta.7
417

518
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "homebridge-roomba2",
33
"description": "homebridge-plugin for Roomba devices",
4-
"version": "1.3.0-beta.7",
4+
"version": "1.3.0-beta.8",
55
"engines": {
66
"homebridge": ">=0.2.0",
77
"node": ">=10"

0 commit comments

Comments
 (0)