Skip to content

Commit 5a199d0

Browse files
authored
chore(master): release 3.4.11 (#1375)
1 parent 68abba0 commit 5a199d0

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.4.10"
2+
".": "3.4.11"
33
}

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [3.4.11](https://github.com/Koenkk/zigbee-herdsman/compare/v3.4.10...v3.4.11) (2025-03-31)
4+
5+
6+
### Bug Fixes
7+
8+
* De-conflict Sonoff dongles discovery ([#1377](https://github.com/Koenkk/zigbee-herdsman/issues/1377)) ([68abba0](https://github.com/Koenkk/zigbee-herdsman/commit/68abba0c5e65763d887b71d83aa7f33818b1aed5))
9+
* Fix Conbee adapter having no endpoints ([#1376](https://github.com/Koenkk/zigbee-herdsman/issues/1376)) ([206fa80](https://github.com/Koenkk/zigbee-herdsman/commit/206fa80e20c7dfe1ec965b3f1195aa82e014b48a))
10+
* **ignore:** update dependencies ([#1374](https://github.com/Koenkk/zigbee-herdsman/issues/1374)) ([c000e1e](https://github.com/Koenkk/zigbee-herdsman/commit/c000e1e9545f83672efb06ad9fd0bd0345f476b3))
11+
312
## [3.4.10](https://github.com/Koenkk/zigbee-herdsman/compare/v3.4.9...v3.4.10) (2025-03-28)
413

514

package.json

+1-1
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": "3.4.10",
85+
"version": "3.4.11",
8686
"pnpm": {
8787
"onlyBuiltDependencies": [
8888
"@serialport/bindings-cpp",

0 commit comments

Comments
 (0)