Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feat/3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Dec 1, 2024
2 parents b98b141 + 9d35462 commit caccf3e
Show file tree
Hide file tree
Showing 8 changed files with 354 additions and 294 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.1.7"
".": "2.1.9"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [2.1.9](https://github.com/Koenkk/zigbee-herdsman/compare/v2.1.8...v2.1.9) (2024-11-18)


### Bug Fixes

* comment on Z-Stack ZDO command oddity ([#1240](https://github.com/Koenkk/zigbee-herdsman/issues/1240)) ([b54d1e8](https://github.com/Koenkk/zigbee-herdsman/commit/b54d1e8f22ef9505e95a3eb2764e44ad4c2a1757))
* Fix command responses in the scenes cluster ([#1241](https://github.com/Koenkk/zigbee-herdsman/issues/1241)) ([1d54cba](https://github.com/Koenkk/zigbee-herdsman/commit/1d54cba76de04a80fb65d647369ec0e9f53e230a))

## [2.1.8](https://github.com/Koenkk/zigbee-herdsman/compare/v2.1.7...v2.1.8) (2024-11-13)


### Bug Fixes

* Fix missing response for readReportConfig command ([#1235](https://github.com/Koenkk/zigbee-herdsman/issues/1235)) ([6b29aff](https://github.com/Koenkk/zigbee-herdsman/commit/6b29affb2470fc68bf3a83cc6c3e8a4413b7fe44))
* **ignore:** update dependencies ([#1229](https://github.com/Koenkk/zigbee-herdsman/issues/1229)) ([59c2f1b](https://github.com/Koenkk/zigbee-herdsman/commit/59c2f1b1c776667d18831bd0f55654e5577cb50b))
* **ignore:** update dependencies ([#1232](https://github.com/Koenkk/zigbee-herdsman/issues/1232)) ([bf3b0a0](https://github.com/Koenkk/zigbee-herdsman/commit/bf3b0a07584c219405de6697dfad0242baa10956))
* ZNP ZDO: skip logging payload ([#1233](https://github.com/Koenkk/zigbee-herdsman/issues/1233)) ([c8ad904](https://github.com/Koenkk/zigbee-herdsman/commit/c8ad90461afae84e7e78dae28fae173cc84cab67))

## [2.1.7](https://github.com/Koenkk/zigbee-herdsman/compare/v2.1.6...v2.1.7) (2024-10-31)


Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@serialport/bindings-cpp": "^12.0.1",
"@serialport/parser-delimiter": "^12.0.0",
"@serialport/stream": "^12.0.0",
"bonjour-service": "^1.2.1",
"bonjour-service": "^1.3.0",
"debounce": "^2.2.0",
"fast-deep-equal": "^3.1.3",
"mixin-deep": "^2.0.1",
Expand All @@ -41,18 +41,18 @@
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@eslint/core": "^0.8.0",
"@eslint/js": "^9.14.0",
"@eslint/core": "^0.9.0",
"@eslint/js": "^9.15.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@serialport/binding-mock": "^10.2.2",
"@types/debounce": "^1.2.4",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.14",
"@types/mz": "^2.7.8",
"@types/nedb": "^1.8.16",
"@types/node": "^22.9.0",
"@types/node": "^22.9.3",
"babel-jest": "^29.7.0",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
Expand All @@ -61,8 +61,8 @@
"typedoc": "^0.26.11",
"typedoc-plugin-markdown": "^4.2.10",
"typedoc-plugin-no-inherit": "^1.4.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0"
"typescript": "^5.7.2",
"typescript-eslint": "^8.15.0"
},
"homepage": "https://github.com/Koenkk/zigbee-herdsman",
"keywords": [
Expand Down
Loading

0 comments on commit caccf3e

Please sign in to comment.