Skip to content

Commit dec6584

Browse files
authored
chore(master): release 7.0.4 (#1579)
1 parent 1c5a249 commit dec6584

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.0.3"
2+
".": "7.0.4"
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+
## [7.0.4](https://github.com/Koenkk/zigbee-herdsman/compare/v7.0.3...v7.0.4) (2025-12-06)
4+
5+
6+
### Bug Fixes
7+
8+
* Use best match for USB adapter discovery ([#1578](https://github.com/Koenkk/zigbee-herdsman/issues/1578)) ([1c5a249](https://github.com/Koenkk/zigbee-herdsman/commit/1c5a2495fcb0e7f7b3301004183e39fe0d240e14))
9+
310
## [7.0.3](https://github.com/Koenkk/zigbee-herdsman/compare/v7.0.2...v7.0.3) (2025-12-04)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"clean": "rimraf temp coverage dist tsconfig.tsbuildinfo",
8484
"prepack": "pnpm run clean && pnpm run build"
8585
},
86-
"version": "7.0.3",
86+
"version": "7.0.4",
8787
"pnpm": {
8888
"onlyBuiltDependencies": [
8989
"@biomejs/biome",

0 commit comments

Comments
 (0)