Skip to content

Commit 32a712f

Browse files
authored
chore(master): release 5.0.1 (#1461)
1 parent a909f87 commit 32a712f

3 files changed

Lines changed: 9 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-
".": "5.0.0"
2+
".": "5.0.1"
33
}

CHANGELOG.md

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

3+
## [5.0.1](https://github.com/Koenkk/zigbee-herdsman/compare/v5.0.0...v5.0.1) (2025-07-26)
4+
5+
6+
### Bug Fixes
7+
8+
* Improve perf with ZCL getters, align manuf code behavior ([#1456](https://github.com/Koenkk/zigbee-herdsman/issues/1456)) ([a909f87](https://github.com/Koenkk/zigbee-herdsman/commit/a909f876c26081fa858976827fa08efcac116f3d))
9+
310
## [5.0.0](https://github.com/Koenkk/zigbee-herdsman/compare/v4.5.0...v5.0.0) (2025-07-25)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"clean": "rimraf temp coverage dist tsconfig.tsbuildinfo",
7878
"prepack": "pnpm run clean && pnpm run build"
7979
},
80-
"version": "5.0.0",
80+
"version": "5.0.1",
8181
"pnpm": {
8282
"onlyBuiltDependencies": [
8383
"@biomejs/biome",

0 commit comments

Comments
 (0)