Skip to content

Commit

Permalink
new version 6
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Mar 11, 2023
1 parent fd463d4 commit a204f5d
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 67 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## BETA
## 6.0.0 (2023-03-11)

### Breaking

Expand All @@ -14,8 +14,8 @@ All notable changes to homebridge-deebot will be documented in this file.

### Changed

- Bump `ecovavs-deebot` library to v0.9.3
- Bump `node` recommended versions to v16.19.1 or v18.14.2
- Bump `ecovavs-deebot` library to v0.9.3 (thanks @mrbungle64!)
- Bump `node` recommended versions to v16.19.1 or v18.15.0

## 5.3.2 (2023-01-07)

Expand Down
109 changes: 47 additions & 62 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 @@ -30,7 +30,7 @@
},
"engines": {
"homebridge": "^1.6.0 || 2.0.0-beta.0",
"node": "^16.19.1 || ^18.14.2"
"node": "^16.19.1 || ^18.15.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -66,6 +66,6 @@
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-import-newlines": "^1.3.1",
"eslint-plugin-sort-exports": "^0.8.0",
"eslint": "^8.35.0"
"eslint": "^8.36.0"
}
}

0 comments on commit a204f5d

Please sign in to comment.