Skip to content

Commit

Permalink
Release 2.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Sep 21, 2024
1 parent cc17618 commit 21f9054
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.

- Unless you are using docker (in that case all is already updated), please update Matterbridge to >=1.5.5 to work with matterbridge-zigbee2mqtt >=2.1.17. This is a one time issue due to the update to matter.js 0.10.x.

## [2.1.17] - 2024-09-20
## [2.1.17] - 2024-09-21

### Changed

Expand Down
48 changes: 24 additions & 24 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.1.17-dev.4",
"version": "2.1.17",
"description": "Matterbridge zigbee2mqtt plugin",
"author": "https://github.com/Luligu",
"license": "Apache-2.0",
Expand Down Expand Up @@ -89,11 +89,11 @@
"node-persist-manager": "1.0.8"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@eslint/js": "^9.11.0",
"@types/eslint__js": "^8.42.3",
"@types/jest": "29.5.13",
"@types/node": "22.5.5",
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-prettier": "5.2.1",
Expand Down

0 comments on commit 21f9054

Please sign in to comment.