Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrandlehner committed Oct 3, 2023
1 parent b4d5bcb commit 1a8dbf2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ function Daikin(log, config) {

const process = require('node:process');
const NODE_MAJOR_VERSION = process.versions.node.split('.')[0];
if (NODE_MAJOR_VERSION <= 14) {
this.log.warn('WARNING: NodeJS version 14 is end of life 2023-04-30.');
if (NODE_MAJOR_VERSION <= 16) {
this.log.warn('WARNING: NodeJS version 16 and older versions are end of life as of 2023-09-11.');
this.log.warn('Visit nodejs.org for more details.');
}

Expand Down
12 changes: 6 additions & 6 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
@@ -1,7 +1,7 @@
{
"name": "homebridge-daikin-local",
"version": "1.0.4",
"description": "daikin plugin for homebridge: https://github.com/nfarina/homebridge",
"version": "1.1.0",
"description": "daikin plugin for homebridge: https://github.com/homebridge/homebridge",
"license": "MIT",
"keywords": [
"homebridge-plugin",
Expand Down

0 comments on commit 1a8dbf2

Please sign in to comment.