Skip to content

Commit b1246a6

Browse files
Version Packages 5.0.0 (#132)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e0caa96 commit b1246a6

File tree

6 files changed

+19
-11
lines changed

6 files changed

+19
-11
lines changed

.changeset/dirty-coats-listen.md

-6
This file was deleted.

package-lock.json

+5-3
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

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- [`fdedff7`](https://github.com/dgreif/homebridge-hatch-baby-rest/commit/fdedff7638fd796a8394c17eaa84882a624c15bf) Thanks [@dgreif](https://github.com/dgreif)! - Dropped support for Node 16. Please update to Node 18 or Node 20. This allows us to drop a dependency on `got` and use the native `fetch` from Node.js.
8+
39
## 4.3.4
410

511
### Patch Changes

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "homebridge-hatch-baby-rest",
3-
"version": "4.3.4",
3+
"version": "5.0.0",
44
"description": "Homebridge plugin for Hatch Rest/Restore WiFi sound machines",
55
"main": "lib/homebridge-hatch-baby-rest/index.js",
66
"scripts": {

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

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- [`fdedff7`](https://github.com/dgreif/homebridge-hatch-baby-rest/commit/fdedff7638fd796a8394c17eaa84882a624c15bf) Thanks [@dgreif](https://github.com/dgreif)! - Dropped support for Node 16. Please update to Node 18 or Node 20. This allows us to drop a dependency on `got` and use the native `fetch` from Node.js.
8+
39
## 4.1.1
410

511
### Patch Changes

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "homebridge-hatch-rest-bluetooth",
3-
"version": "4.1.1",
3+
"version": "5.0.0",
44
"description": "Homebridge plugin for Hatch Rest bluetooth sound machine",
55
"main": "lib/homebridge-hatch-rest-bluetooth/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)