Skip to content

Commit

Permalink
Release 1.1.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
itavero committed Feb 7, 2021
1 parent b02375c commit 3e3ccac
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/
Since version 1.0.0, we try to follow the [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard.

## [Unreleased]

## [1.1.0-beta.4] - 2021-02-07
### Fixed

- Temperature sensors showed up as unavailable if the temperature dropped below 0°C, because the default range in HomeKit is 0 to 100°C (see [#49](https://github.com/itavero/homebridge-z2m/pull/49)).
Expand Down Expand Up @@ -162,7 +164,8 @@ Since version 1.0.0, we try to follow the [Semantic Versioning](https://semver.o
- Improve state determination for WindowCovering.


[Unreleased]: https://github.com/itavero/homebridge-z2m/compare/v1.1.0-beta.3...HEAD
[Unreleased]: https://github.com/itavero/homebridge-z2m/compare/v1.1.0-beta.4...HEAD
[1.1.0-beta.4]: https://github.com/itavero/homebridge-z2m/compare/v1.1.0-beta.3...v1.1.0-beta.4
[1.1.0-beta.3]: https://github.com/itavero/homebridge-z2m/compare/v1.1.0-beta.2...v1.1.0-beta.3
[1.1.0-beta.2]: https://github.com/itavero/homebridge-z2m/compare/v1.1.0-beta.1...v1.1.0-beta.2
[1.1.0-beta.1]: https://github.com/itavero/homebridge-z2m/compare/v1.1.0-beta.0...v1.1.0-beta.1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Homebridge Zigbee2MQTT",
"name": "homebridge-z2m",
"version": "1.1.0-beta.3",
"version": "1.1.0-beta.4",
"description": "Expose your Zigbee devices to HomeKit with ease, by integrating Zigbee2MQTT with Homebridge.",
"license": "Apache-2.0",
"homepage": "https://z2m.dev",
Expand All @@ -18,12 +18,12 @@
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/itavero"
"type": "github",
"url": "https://github.com/sponsors/itavero"
},
{
"type": "paypal",
"url": "https://paypal.me/arnom/EUR"
"type": "paypal",
"url": "https://paypal.me/arnom/EUR"
}
],
"engines": {
Expand Down

0 comments on commit 3e3ccac

Please sign in to comment.