Skip to content

Commit 3f91428

Browse files
committed
prep
1 parent ee6ddab commit 3f91428

File tree

3 files changed

+57
-30
lines changed

3 files changed

+57
-30
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ This project tries to adhere to [Semantic Versioning](http://semver.org/). In pr
88
- `MINOR` version when a new device type is added, or when a new feature is added that is backwards-compatible
99
- `PATCH` version when backwards-compatible bug fixes are implemented
1010

11+
## 6.1.1 (2023-08-28)
12+
13+
⚠️ Note this will be the last version of the plugin to support Node 16.
14+
- Node 16 moves to 'end of life' on 2023-09-11 ([more info](https://nodejs.org/en/blog/announcements/nodejs16-eol))
15+
- This is in-line with the Homebridge guidelines on supporting node versions ([more info](https://github.com/homebridge/homebridge/wiki/How-To-Update-Node.js/))
16+
- If you are currently using Node 16, now is a good time to upgrade to Node 18 or 20 (see the link above for more info)
17+
18+
### Changed
19+
20+
- Updated dependencies
21+
1122
## 6.1.0 (2023-08-10)
1223

1324
### Added

package-lock.json

Lines changed: 45 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"ecovacs-deebot": "^0.9.6-alpha.0"
6363
},
6464
"devDependencies": {
65-
"eslint": "^8.47.0",
65+
"eslint": "^8.48.0",
6666
"eslint-config-airbnb-base": "^15.0.0",
6767
"eslint-plugin-import": "^2.28.1",
6868
"eslint-plugin-import-newlines": "^1.3.4",

0 commit comments

Comments
 (0)