Skip to content

Commit

Permalink
prep
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed May 6, 2023
1 parent 80833df commit a9a7476
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 25 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to homebridge-govee will be documented in this file.

### 9.0.2 (2023-05-06)

### Changed

- Bump `node` supported versions to v16.20.0 or v18.16.0 or v20.1.0

### Fixed

- Properly match configured device id to actual device id

## 9.0.1 (2023-05-03)

### Fixed
Expand Down
46 changes: 23 additions & 23 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"engines": {
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^16.20.0 || ^18.16.0 || ^20.0.0"
"node": "^16.20.0 || ^18.16.0 || ^20.1.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -68,7 +68,7 @@
"govee-bt-client": "^1.0.15"
},
"devDependencies": {
"eslint": "^8.39.0",
"eslint": "^8.40.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import-newlines": "^1.3.1",
Expand Down

0 comments on commit a9a7476

Please sign in to comment.