Skip to content

Commit

Permalink
Merge pull request #98 from Luligu/dev
Browse files Browse the repository at this point in the history
Release 2.4.5
  • Loading branch information
Luligu authored Feb 5, 2025
2 parents 146ac9a + 1865b5c commit 6f3ceaf
Show file tree
Hide file tree
Showing 5 changed files with 171 additions and 149 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ If you like this project and find it useful, please consider giving it a star on

All notable changes to this project will be documented in this file.

## [2.4.5] - 2025-02-05

### Added

- [thermostat]: Added fan_only mode (tested by https://github.com/robvanoostenrijk). No controllers seem to support this mode in UI right now.

### Changed

- [package]: Updated dependencies.

### Fixed

- [thermostat]: Fix thermostat bug (thanks https://github.com/robvanoostenrijk).

<a href="https://www.buymeacoffee.com/luligugithub">
<img src="./yellow-button.png" alt="Buy me a coffee" width="120">
</a>

## [2.4.4] - 2025-02-02

### Changed
Expand Down
140 changes: 70 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matterbridge-zigbee2mqtt",
"version": "2.4.4",
"version": "2.4.5",
"description": "Matterbridge zigbee2mqtt plugin",
"author": "https://github.com/Luligu",
"license": "Apache-2.0",
Expand Down Expand Up @@ -90,7 +90,7 @@
"@eslint/js": "9.19.0",
"@types/eslint__js": "8.42.3",
"@types/jest": "29.5.14",
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"eslint": "9.19.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-jest": "28.11.0",
Expand All @@ -99,6 +99,6 @@
"prettier": "3.4.2",
"ts-jest": "29.2.5",
"typescript": "5.7.3",
"typescript-eslint": "8.22.0"
"typescript-eslint": "8.23.0"
}
}
}
Loading

0 comments on commit 6f3ceaf

Please sign in to comment.