Skip to content

Commit

Permalink
Dev 2.4.5-dev.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Feb 4, 2025
1 parent a58ab5c commit 44ab507
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 73 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ 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-04

### Changed

- [package]: Updated dependencies.

### Fixed

- [endpoint]: Fix thermostat bug.

<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.

6 changes: 3 additions & 3 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-dev.2",
"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"
}
}

0 comments on commit 44ab507

Please sign in to comment.