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

Commit ce8c54f

Browse files
author
Takeshi Kishi
authored
release 2.0.0 rc (#25)
1 parent 4eac459 commit ce8c54f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Allows for on/off and volume controls.
4242

4343
## Changelog
4444

45-
### v2.0.0-beta.2
45+
### v2.0.0-rc.1
4646

4747
- [#12](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/12) Refactor API client
4848
- [#13](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/13) Recognize model type by actual sensor data
@@ -54,6 +54,7 @@ Allows for on/off and volume controls.
5454
- [#19](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/19) Refactor error handling and logger
5555
- [#20](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/20) Add config option
5656
- [#22](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/22) fix component
57+
- [#24](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/24) improve log and axios
5758

5859
### v1.3.0 (2021-12-17)
5960

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
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": "2.0.0-beta.2",
4+
"version": "2.0.0-rc.1",
55
"description": "Homebridge plugin for Nature Remo which supports lights, air conditioners and TVs.",
66
"license": "Apache-2.0",
77
"repository": {

0 commit comments

Comments
 (0)