Skip to content

Commit

Permalink
fix(dependencies): allow node 22 #156
Browse files Browse the repository at this point in the history
  • Loading branch information
bombadiltom committed Jan 14, 2025
1 parent c494269 commit c4ca946
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.12.3
### allow node 22

## 0.12.2
### fix add default state of heater relais

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-rademacher-homepilot",
"version": "0.12.2",
"version": "0.12.3",
"description": "rademacher homepilot plugin for homebridge: https://github.com/bombadiltom/homebridge-rademacher-homepilot",
"license": "MIT",
"keywords": [
Expand All @@ -15,7 +15,7 @@
},
"engines": {
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^18.20.4 || ^20.15.1"
"node": "^18 || ^22"
},
"dependencies": {
"axios": "^0",
Expand Down

0 comments on commit c4ca946

Please sign in to comment.