Skip to content

Commit 0f0edef

Browse files
Version Packages 6.2.0 (#156)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 86a8db1 commit 0f0edef

File tree

9 files changed

+24
-25
lines changed

9 files changed

+24
-25
lines changed

.changeset/add-rest-baby-support.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/add-restore-v5-support.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silly-bobcats-glow.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/strong-schools-roll.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/homebridge-hatch-baby-rest/CHANGELOG.md

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

3+
## 6.2.0
4+
5+
### Minor Changes
6+
7+
- [`199ee24`](https://github.com/dgreif/homebridge-hatch-baby-rest/commit/199ee247f6c804effd40a182dfa83793fb9b7867) Thanks [@dgreif](https://github.com/dgreif)! - Add support for the Hatch Baby (Rest Baby) device
8+
9+
- [`86a8db1`](https://github.com/dgreif/homebridge-hatch-baby-rest/commit/86a8db13d57bb0a7994d944bcf0b4d91848f0a8e) Thanks [@dgreif](https://github.com/dgreif)! - Add support for Restore 3 (restoreV5)
10+
11+
### Patch Changes
12+
13+
- [`a3e7183`](https://github.com/dgreif/homebridge-hatch-baby-rest/commit/a3e718332ce26e1fdee8f51b14cfde06c9bd5029) Thanks [@dgreif](https://github.com/dgreif)! - Update dependencies
14+
15+
- [`5f8cc47`](https://github.com/dgreif/homebridge-hatch-baby-rest/commit/5f8cc47cc7cba940696eb8a39ab0ea849fc9cf4c) Thanks [@cameronsjo](https://github.com/cameronsjo)! - Fix Restore IoT on/off commands by setting `paused` to `false`
16+
317
## 6.1.0
418

519
### Minor Changes

packages/homebridge-hatch-baby-rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "homebridge-hatch-baby-rest",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"type": "module",
55
"description": "Homebridge plugin for Hatch Rest/Restore WiFi sound machines",
66
"main": "lib/homebridge-hatch-baby-rest/index.js",

packages/homebridge-hatch-rest-bluetooth/CHANGELOG.md

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

3+
## 6.0.2
4+
5+
### Patch Changes
6+
7+
- [`a3e7183`](https://github.com/dgreif/homebridge-hatch-baby-rest/commit/a3e718332ce26e1fdee8f51b14cfde06c9bd5029) Thanks [@dgreif](https://github.com/dgreif)! - Update dependencies
8+
39
## 6.0.1
410

511
### Patch Changes

packages/homebridge-hatch-rest-bluetooth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "homebridge-hatch-rest-bluetooth",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"type": "module",
55
"description": "Homebridge plugin for Hatch Rest bluetooth sound machine",
66
"main": "lib/homebridge-hatch-rest-bluetooth/index.js",

0 commit comments

Comments
 (0)