Skip to content

Commit

Permalink
packages,
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Mar 20, 2022
1 parent d91aab4 commit 709cdfc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@

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

## BETA
## 4.7.2 (2022-03-20)

### Changed

- Bump `axios` to v0.26.1
- Bump `node` recommended versions to v14.19.1 or v16.14.2

### Fixed

- Some fixes for Wemo Crockpot
- Accessory name logging on http receive device update failures

## 4.7.1 (2022-02-27)
Expand Down
16 changes: 8 additions & 8 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 @@ -21,7 +21,7 @@
"main": "lib/index.js",
"engines": {
"homebridge": "^1.4.0",
"node": "^14.19.0 || ^16.14.0"
"node": "^14.19.1 || ^16.14.2"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,7 +50,7 @@
],
"dependencies": {
"@homebridge/plugin-ui-utils": "^0.0.19",
"axios": "^0.26.0",
"axios": "^0.26.1",
"ip": "^1.1.5",
"node-ssdp": "^4.0.1",
"p-queue": "^6.6.2",
Expand Down

0 comments on commit 709cdfc

Please sign in to comment.