Skip to content

Commit

Permalink
prep
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Jun 17, 2023
1 parent 651346d commit 655bc29
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 47 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## BETA
## 6.1.0 (2023-06-17)

### Added

Expand All @@ -11,6 +11,7 @@ All notable changes to homebridge-wemo will be documented in this file.
### Changed

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

## 6.0.4 (2023-05-01)

Expand Down
74 changes: 32 additions & 42 deletions package-lock.json

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

8 changes: 4 additions & 4 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.1.0"
"node": "^16.20.0 || ^18.16.0 || ^20.3.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -59,14 +59,14 @@
"ip": "^2.0.0",
"node-ssdp": "^4.0.1",
"p-queue": "^7.3.4",
"xml2js": "^0.5.0",
"xml2js": "^0.6.0",
"xmlbuilder": "^15.1.1"
},
"devDependencies": {
"eslint": "^8.43.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import-newlines": "^1.3.1",
"eslint-plugin-sort-exports": "^0.8.0",
"eslint": "^8.40.0"
"eslint-plugin-sort-exports": "^0.8.0"
}
}

0 comments on commit 655bc29

Please sign in to comment.