Skip to content

Commit

Permalink
Release 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Jun 27, 2024
1 parent c9eea58 commit c467f12
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 72 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.1.4] - 2024-06-28

### Added

- [dependencies]: Update dependencies.

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

## [2.1.3] - 2024-06-23

### Added
Expand Down
138 changes: 72 additions & 66 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matterbridge-zigbee2mqtt",
"version": "2.1.3",
"version": "2.1.4",
"description": "Matterbridge zigbee2mqtt plugin",
"author": "https://github.com/Luligu",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,7 +37,7 @@
],
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=18.0.0"
},
Expand Down Expand Up @@ -85,14 +85,14 @@
},
"dependencies": {
"moment": "^2.30.1",
"mqtt": "^5.7.2",
"mqtt": "^5.7.3",
"node-ansi-logger": "^1.9.5"
},
"devDependencies": {
"@eslint/js": "^9.5.0",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.8",
"@types/node": "^20.14.9",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-prettier": "^5.1.3",
Expand All @@ -102,6 +102,6 @@
"rimraf": "^5.0.7",
"ts-jest": "^29.1.5",
"typescript": "^5.5.2",
"typescript-eslint": "^7.13.1"
"typescript-eslint": "^7.14.1"
}
}
}

0 comments on commit c467f12

Please sign in to comment.