From 49e8b9544d2598adb324d9591ac7910b450672b8 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Wed, 14 Jun 2023 20:26:05 +0200 Subject: [PATCH] chore(master): release 15.24.0 (#5882) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2eb7e57c04e5a..81b3b8367f32e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "15.23.0", + ".": "15.24.0", "bootstrap-sha": "7f6f04e30e409ef2b5b107cdeadb490ebc621362" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 74f121671c25f..12a3dcf8ff4df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [15.24.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v15.23.0...v15.24.0) (2023-06-14) + + +### Features + +* **add:** MULTI-ZIG-SW ([#5877](https://github.com/Koenkk/zigbee-herdsman-converters/issues/5877)) ([069b6c3](https://github.com/Koenkk/zigbee-herdsman-converters/commit/069b6c3e3028123a17293aac7ec9cc35697e2735)) +* **add:** RB 255 C @B08Z https://github.com/Koenkk/zigbee2mqtt/issues/17978 ([324f5bc](https://github.com/Koenkk/zigbee-herdsman-converters/commit/324f5bce234cce8e0aa8e48a2e9c9b755d19ca84)) + + +### Bug Fixes + +* **detect:** Detect `_TZ3000_g92baclx` as TuYa TS0001_power ([#5881](https://github.com/Koenkk/zigbee-herdsman-converters/issues/5881)) ([3a1f5e9](https://github.com/Koenkk/zigbee-herdsman-converters/commit/3a1f5e97c074c834c51285b68cf5f879333068cb)) +* **detect:** Detect `_TZE200_axgvo9jh` as Somgoms ZSTY-SM-1DMZG-US-W_1. https://github.com/Koenkk/zigbee2mqtt/issues/18016 ([348b639](https://github.com/Koenkk/zigbee-herdsman-converters/commit/348b6394e56b111123b35b4c6bd909c65ad189ff)) +* **detect:** Detect `HK_DIM_A` as Candeo HK-DIM-A [@maans2001](https://github.com/maans2001) https://github.com/Koenkk/zigbee2mqtt/issues/18024 ([03c1590](https://github.com/Koenkk/zigbee-herdsman-converters/commit/03c15903e97f8488071010268f989c428bdc70d9)) + ## [15.23.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v15.22.0...v15.23.0) (2023-06-13) diff --git a/package-lock.json b/package-lock.json index fefb88e7c6717..bf2ac95f8bee5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "zigbee-herdsman-converters", - "version": "15.23.0", + "version": "15.24.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index da171831a97fc..774f798aba9c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zigbee-herdsman-converters", - "version": "15.23.0", + "version": "15.24.0", "description": "Collection of device converters to be used with zigbee-herdsman", "main": "index.js", "types": "index.d.ts",