From c864a342d767a806046c60bb516bec108fbea6af Mon Sep 17 00:00:00 2001 From: Arno Moonen Date: Mon, 12 Dec 2022 21:29:47 +0100 Subject: [PATCH] Release 1.11.0-beta.0 --- CHANGELOG.md | 5 ++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec6575c4..cae1a199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Since version 1.0.0, we try to follow the [Semantic Versioning](https://semver.o ## [Unreleased] +## [1.11.0-beta.0] - 2022-12-12 + ### Added - **Adaptive Lighting**: Added support for Adaptive Lighting. Currently this needs to be enabled *manually* in the plugin configuration, using [converter specific configuration for `light`](https://z2m.dev/light.html#converter-specific-configuration-light). In a future release this might get enabled by default. (see [#30](https://github.com/itavero/homebridge-z2m/issues/30) / [#488](https://github.com/itavero/homebridge-z2m/pull/488)) @@ -361,7 +363,8 @@ For `cover` devices the following changes/fixes are in this release: - Improve state determination for WindowCovering. -[unreleased]: https://github.com/itavero/homebridge-z2m/compare/v1.10.0...HEAD +[unreleased]: https://github.com/itavero/homebridge-z2m/compare/v1.11.0-beta.0...HEAD +[1.11.0-beta.0]: https://github.com/itavero/homebridge-z2m/compare/v1.10.0...v1.11.0-beta.0 [1.10.0]: https://github.com/itavero/homebridge-z2m/compare/v1.9.2...v1.10.0 [1.9.2]: https://github.com/itavero/homebridge-z2m/compare/v1.9.1...v1.9.2 [1.9.1]: https://github.com/itavero/homebridge-z2m/compare/v1.9.0...v1.9.1 diff --git a/package-lock.json b/package-lock.json index a4822f5c..cde8a246 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-z2m", - "version": "1.10.0", + "version": "1.11.0-beta.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "homebridge-z2m", - "version": "1.10.0", + "version": "1.11.0-beta.0", "funding": [ { "type": "github", diff --git a/package.json b/package.json index a519d073..b55e7100 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "displayName": "Homebridge Zigbee2MQTT", "name": "homebridge-z2m", - "version": "1.10.0", + "version": "1.11.0-beta.0", "description": "Expose your Zigbee devices to HomeKit with ease, by integrating Zigbee2MQTT with Homebridge.", "license": "Apache-2.0", "homepage": "https://z2m.dev",