Skip to content

Commit d87f6fa

Browse files
committed
chore(master): release 10.0.9
1 parent ffd9a89 commit d87f6fa

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "10.0.8"
2+
".": "10.0.9"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [10.0.9](https://github.com/Koenkk/zigbee-herdsman/compare/v10.0.8...v10.0.9) (2026-05-15)
4+
5+
6+
### Bug Fixes
7+
8+
* Fix uncaught error in device ZCL event ([#1755](https://github.com/Koenkk/zigbee-herdsman/issues/1755)) ([ffd9a89](https://github.com/Koenkk/zigbee-herdsman/commit/ffd9a896707a535cf7630ae294e8808d69973c6a))
9+
* ignore default response during OTA blocks sending ([#1756](https://github.com/Koenkk/zigbee-herdsman/issues/1756)) ([2ff4428](https://github.com/Koenkk/zigbee-herdsman/commit/2ff44284975e04269e1060aa050e5384c2be1bec))
10+
311
## [10.0.8](https://github.com/Koenkk/zigbee-herdsman/compare/v10.0.7...v10.0.8) (2026-05-08)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"clean": "rimraf temp coverage dist tsconfig.tsbuildinfo",
8383
"prepack": "pnpm run clean && pnpm run build"
8484
},
85-
"version": "10.0.8",
85+
"version": "10.0.9",
8686
"pnpm": {
8787
"onlyBuiltDependencies": [
8888
"@biomejs/biome",

0 commit comments

Comments
 (0)