From 80a604df34741a02925412fa488bb43158e574f9 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Fri, 26 May 2023 17:21:08 +0200 Subject: [PATCH] chore(master): release 15.11.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d554bc37cfb183..287cdc217b730c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "15.10.0", + ".": "15.11.0", "bootstrap-sha": "7f6f04e30e409ef2b5b107cdeadb490ebc621362" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a0f4431ebd587..a6629162b189a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [15.11.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v15.10.0...v15.11.0) (2023-05-26) + + +### Features + +* **add:** 1402769 https://github.com/Koenkk/zigbee-herdsman-converters/issues/5766 ([5735246](https://github.com/Koenkk/zigbee-herdsman-converters/commit/5735246aea06e8266e7bc491ca30ad02ab73fdad)) +* **add:** MC-02 ([#5799](https://github.com/Koenkk/zigbee-herdsman-converters/issues/5799)) ([87b196c](https://github.com/Koenkk/zigbee-herdsman-converters/commit/87b196cbc2e206c31959709e09298db3f34440c9)) +* Support `power_on_behavior` and `switch_type` for TuYa TS110E_1gang_1 [@reyko01](https://github.com/reyko01) https://github.com/Koenkk/zigbee2mqtt/issues/15372 ([fb7c604](https://github.com/Koenkk/zigbee-herdsman-converters/commit/fb7c6045a2117f7176ceaad034b88706c350cc43)) + ## [15.10.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v15.9.0...v15.10.0) (2023-05-26) diff --git a/package-lock.json b/package-lock.json index ef255101df36f8..63300b0de4ac53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "zigbee-herdsman-converters", - "version": "15.10.0", + "version": "15.11.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index cae48148290cf8..b876a0422352cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zigbee-herdsman-converters", - "version": "15.10.0", + "version": "15.11.0", "description": "Collection of device converters to be used with zigbee-herdsman", "main": "index.js", "types": "index.d.ts",