Skip to content

Commit

Permalink
v1.3.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
karlvr committed Oct 25, 2021
1 parent 5ab1507 commit 65f37d7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"clean-crabs-explain",
"clever-ears-move",
"cold-numbers-attack",
"five-avocados-flow",
"forty-foxes-protect",
"four-fishes-clean",
"heavy-donuts-nail",
"khaki-suits-reply",
"lovely-otters-matter",
Expand All @@ -27,6 +29,7 @@
"sour-months-return",
"stale-bobcats-march",
"twenty-adults-care",
"unlucky-jobs-drum",
"weak-cats-accept",
"wet-monkeys-switch",
"wise-mayflies-sort",
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 1.3.0-beta.8

### Minor Changes

- 5ab1507: Increase the frequency of Roomba status checks in order to support automations

### Patch Changes

- 05ca4e6: Improve handling around connections to Roomba that timeout
- f100e9f: Refresh Roomba's status after every action so we update our version of Roomba's state ASAP.

The previous approach of updating the state directly had a race condition with pre-existing updates of Roomba's state.

## 1.3.0-beta.7

### Minor Changes
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-roomba2",
"description": "homebridge-plugin for Roomba devices",
"version": "1.3.0-beta.7",
"version": "1.3.0-beta.8",
"engines": {
"homebridge": ">=0.2.0",
"node": ">=10"
Expand Down

0 comments on commit 65f37d7

Please sign in to comment.