diff --git a/README.md b/README.md index 054b103..33a96ef 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,11 @@ Allows for on/off, temperature and mode changing controls. The mode changing onl ## Changelog +### v1.3.0 (2021-12-17) + +- [#6](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/6) Repeated serial numbers prevents integration with home assistant -- thanks to [@hekoru](https://github.com/hekoru) +- [#7](https://github.com/takeya0x86/homebridge-nature-remo-platform/pull/7) update dependencies + ### v1.2.0 (2021-06-21) - [#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) diff --git a/package-lock.json b/package-lock.json index 63c70d0..ab9eb51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@takeya0x86/homebridge-nature-remo-platform", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@takeya0x86/homebridge-nature-remo-platform", - "version": "1.2.0", + "version": "1.3.0", "license": "Apache-2.0", "devDependencies": { "@types/node": "^16.10.9", diff --git a/package.json b/package.json index b1e155b..d9f4516 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "displayName": "Homebridge Nature Remo Platform", "name": "@takeya0x86/homebridge-nature-remo-platform", - "version": "1.2.0", + "version": "1.3.0", "description": "Homebridge plugin for Nature Remo which supports lights and air conditioners.", "license": "Apache-2.0", "repository": {