diff --git a/README.md b/README.md index c8eb5c9..f66b7ba 100644 --- a/README.md +++ b/README.md @@ -103,10 +103,10 @@ $ sudo setcap cap_net_raw+eip $(eval readlink -f `which node`) ## Changelog -### 0.4.7 (alpha) +### 0.4.7 * Breaking change: Bump minimum required version of Node.js to 16.x * Bumped node-switchbot to 1.9.0 -* Added Indoor/Outdoor Hygrometer + * Added support for SwitchBot "Indoor/Outdoor Thermo-Hygrometer" ### 0.4.6 * Bumped node-switchbot to 1.7.3 @@ -183,7 +183,7 @@ $ sudo setcap cap_net_raw+eip $(eval readlink -f `which node`) ## License MIT License -Copyright (c) 2022 Sascha Hölzel +Copyright (c) 2023 Sascha Hölzel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/io-package.json b/io-package.json index 1358248..490e23c 100644 --- a/io-package.json +++ b/io-package.json @@ -1,11 +1,11 @@ { "common": { "name": "switchbot-ble", - "version": "0.4.7-alpha.0", + "version": "0.4.7", "news": { "0.4.7": { - "en": "Bumped node-switchbot library to 1.9.0", - "de": "Node-switchbot library auf 1.9.0 aktualisiert" + "en": "Breaking change: Bump minimum required version of Node.js to 16.x\nBumped node-switchbot to 1.9.0\nAdded support for SwitchBot \"Indoor/Outdoor Thermo-Hygrometer\"", + "de": "Breaking change: Die min. Node.js Version ist nun 16.x\nNode-switchbot library auf 1.9.0 aktualisiert\n SwitchBot \"Indoor/Outdoor Thermo-Hygrometer\" wird nun unterstützt" }, "0.4.6": { "en": "Bumped node-switchbot library to 1.7.3", diff --git a/package-lock.json b/package-lock.json index 0220e28..b0a4203 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "iobroker.switchbot-ble", - "version": "0.4.7-alpha.0", + "version": "0.4.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 02e52f1..3d42ec4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.switchbot-ble", - "version": "0.4.7-alpha.0", + "version": "0.4.7", "description": "SwitchBot BLE adapter for ioBroker", "author": { "name": "Sascha Hölzel",