Skip to content
This repository was archived by the owner on Oct 4, 2022. It is now read-only.

Commit bd09788

Browse files
author
Takeshi Kishi
authored
release v1.2.0 (#5)
1 parent 6d7c283 commit bd09788

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ Allows for on/off, temperature and mode changing controls. The mode changing onl
3838

3939
## Changelog
4040

41+
### v1.2.0 (2021-06-21)
42+
43+
- [#3](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/3) Skip Remo-E and Remo-E-lite -- thanks to [@ayame-q](https://github.com/ayame-q)
44+
- [#4](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/4) update dependencies
45+
4146
### v1.1.0 (2021-04-11)
4247

4348
- [#2](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/2) Support for Remo-mini -- thanks to [@w00kie](https://github.com/w00kie)

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"displayName": "Homebridge Nature Remo Platform",
33
"name": "@takeya0x86/homebridge-nature-remo-platform",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"description": "Homebridge plugin for Nature Remo which supports lights and air conditioners.",
66
"license": "Apache-2.0",
77
"repository": {
@@ -13,7 +13,7 @@
1313
},
1414
"engines": {
1515
"node": ">=10.17.0",
16-
"homebridge": ">=1.0.0"
16+
"homebridge": ">=1.3.0"
1717
},
1818
"main": "dist/index.js",
1919
"scripts": {

0 commit comments

Comments
 (0)