Skip to content

Commit

Permalink
release v9.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz914 committed Nov 17, 2024
1 parent c577269 commit 7d00bfd
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 130 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [9.4.3] - (17.11.2024)

## Changes

- fix [#163](https://github.com/grzegorz914/homebridge-enphase-envoy/issues/163)
- added node 23 support
- jwt token get and check refactor
- correct some logs wording
- cleanup

## [9.4.2] - (11.11.2024)

## Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": false,
"displayName": "Enphase Envoy",
"name": "homebridge-enphase-envoy",
"version": "9.4.2",
"version": "9.4.3",
"description": "Homebridge plugin for Photovoltaic Energy System manufactured by Enphase.",
"license": "MIT",
"author": "grzegorz914",
Expand All @@ -29,7 +29,7 @@
],
"engines": {
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^18.20.4 || ^20.15.1 || ^22.7.0"
"node": "^18.20.4 || ^20.15.1 || ^22.7.0 || ^23.2.0"
},
"dependencies": {
"async-mqtt": "^2.6.3",
Expand Down
Loading

0 comments on commit 7d00bfd

Please sign in to comment.