Skip to content

Commit

Permalink
Amend Homebridge support in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Jul 15, 2024
1 parent a62e69a commit 446c062
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This project tries to adhere to [Semantic Versioning](http://semver.org/). In pr
- Fixed for `hap-nodejs` v1.0.0
- Updated dependencies
- Bump `node` recommended versions to v18.20.4 or v20.15.1
- Amend Homebridge support in `package.json`

## 6.1.1 (2023-08-28)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"rebuild": "rm -rf package-lock.json && rm -rf node_modules && npm install"
},
"engines": {
"homebridge": "^1.6.0",
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^18.20.4 || ^20.15.1"
},
"repository": {
Expand Down

0 comments on commit 446c062

Please sign in to comment.