mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-09-26 09:28:06 +00:00
chore(dev): release 2.14.2
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "2.14.1"
|
||||
".": "2.14.2"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,28 @@
|
||||
# Changelog
|
||||
|
||||
## [2.14.2](https://github.com/Koenkk/zigbee2mqtt/compare/2.14.1...2.14.2) (2026-09-22)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Home Assistant: fix cover state reporting when moving from fully opened/closed state ([#33037](https://github.com/Koenkk/zigbee2mqtt/issues/33037)) ([74d97f1](https://github.com/Koenkk/zigbee2mqtt/commit/74d97f152973e35c88c5cdde142c63435188a61f))
|
||||
* Home Assistant: support more action events ([#33048](https://github.com/Koenkk/zigbee2mqtt/issues/33048)) ([7dc37e3](https://github.com/Koenkk/zigbee2mqtt/commit/7dc37e34c5cf14e3455720d0bcc73f5a4a312e9e))
|
||||
* **ignore:** bump srvx from 0.12.7 to 1.0.4 ([#33143](https://github.com/Koenkk/zigbee2mqtt/issues/33143)) ([bfa4075](https://github.com/Koenkk/zigbee2mqtt/commit/bfa40756223e5d0cb44c60bc2c34dda565a2e893))
|
||||
* **ignore:** bump the minor-patch group across 1 directory with 3 updates ([#33142](https://github.com/Koenkk/zigbee2mqtt/issues/33142)) ([5b4b41d](https://github.com/Koenkk/zigbee2mqtt/commit/5b4b41d1849e26ef8b544766b3307764123957ae))
|
||||
* **ignore:** bump vitest from 3.2.7 to 4.1.11 ([#33098](https://github.com/Koenkk/zigbee2mqtt/issues/33098)) ([fa67645](https://github.com/Koenkk/zigbee2mqtt/commit/fa67645e88f39c07f4baaa755e891bc0e566d316))
|
||||
* **ignore:** update zigbee-herdsman to 10.9.3 ([#33039](https://github.com/Koenkk/zigbee2mqtt/issues/33039)) ([81e8ebb](https://github.com/Koenkk/zigbee2mqtt/commit/81e8ebbc3cc3f7364ade8524f58648102366891f))
|
||||
* **ignore:** update zigbee-herdsman to 10.9.4 ([#33158](https://github.com/Koenkk/zigbee2mqtt/issues/33158)) ([cb9218a](https://github.com/Koenkk/zigbee2mqtt/commit/cb9218a819a44e0554d5ed5f053e40b50fcb7c30))
|
||||
* **ignore:** update zigbee-herdsman to 10.9.5 ([#33168](https://github.com/Koenkk/zigbee2mqtt/issues/33168)) ([281e696](https://github.com/Koenkk/zigbee2mqtt/commit/281e6964944232a3f23322d244926d24ba2baa9e))
|
||||
* **ignore:** update zigbee-herdsman-converters to 26.106.0 ([#33040](https://github.com/Koenkk/zigbee2mqtt/issues/33040)) ([ac09881](https://github.com/Koenkk/zigbee2mqtt/commit/ac098810a1b72a13c1f4f62f2511f4531ba40d4e))
|
||||
* **ignore:** update zigbee-herdsman-converters to 26.107.0 ([#33058](https://github.com/Koenkk/zigbee2mqtt/issues/33058)) ([9aa2eec](https://github.com/Koenkk/zigbee2mqtt/commit/9aa2eecc9954f7ffb200fd88e698195ed0220841))
|
||||
* **ignore:** update zigbee-herdsman-converters to 26.108.0 ([#33080](https://github.com/Koenkk/zigbee2mqtt/issues/33080)) ([d7f9e3d](https://github.com/Koenkk/zigbee2mqtt/commit/d7f9e3d69b52108c379c3e2593cf492b96b3116b))
|
||||
* **ignore:** update zigbee-herdsman-converters to 26.108.1 ([#33081](https://github.com/Koenkk/zigbee2mqtt/issues/33081)) ([62d9642](https://github.com/Koenkk/zigbee2mqtt/commit/62d96423a177bdac3c6cca3178932547924fadb5))
|
||||
* **ignore:** update zigbee-herdsman-converters to 26.110.0 ([#33126](https://github.com/Koenkk/zigbee2mqtt/issues/33126)) ([497fce0](https://github.com/Koenkk/zigbee2mqtt/commit/497fce03c33391e5de34315be9a3fd01fb1a2adf))
|
||||
* **ignore:** update zigbee-herdsman-converters to 26.111.0 ([#33159](https://github.com/Koenkk/zigbee2mqtt/issues/33159)) ([c7fb46c](https://github.com/Koenkk/zigbee2mqtt/commit/c7fb46c4e32e6c89a78e9bbdd5a175f6bb3b0167))
|
||||
* **ignore:** update zigbee-herdsman-converters to 26.112.0 ([#33187](https://github.com/Koenkk/zigbee2mqtt/issues/33187)) ([e5a6762](https://github.com/Koenkk/zigbee2mqtt/commit/e5a6762f9989470e051dbadcf995eb3d6fc7c983))
|
||||
* Preserve HA name if set in withHomeassistant and remove analog prefix ([#32654](https://github.com/Koenkk/zigbee2mqtt/issues/32654)) ([bba9c02](https://github.com/Koenkk/zigbee2mqtt/commit/bba9c027c56d97bb5f1fd1585354dbcd626ea400))
|
||||
* Prevent unhandled error within winston transports ([#33102](https://github.com/Koenkk/zigbee2mqtt/issues/33102)) ([44b5b6b](https://github.com/Koenkk/zigbee2mqtt/commit/44b5b6b12f81b23a0de1d7c8f5583e7048014e20))
|
||||
|
||||
## [2.14.1](https://github.com/Koenkk/zigbee2mqtt/compare/2.14.0...2.14.1) (2026-09-03)
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "zigbee2mqtt",
|
||||
"version": "2.14.1-dev",
|
||||
"version": "2.14.2",
|
||||
"description": "Zigbee to MQTT bridge using Zigbee-herdsman",
|
||||
"main": "index.js",
|
||||
"types": "dist/types/api.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user