Skip to content

Commit 869c0ae

Browse files
committed
chore: release v2.0.2
* (bluefox) Updated packages
1 parent e9481c5 commit 869c0ae

File tree

4 files changed

+30
-17
lines changed

4 files changed

+30
-17
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -157,25 +157,25 @@ To update all available images execute `npm run update-images`
157157
<!--
158158
Placeholder for the next version (at the beginning of the line):
159159
### **WORK IN PROGRESS**
160-
-->
161-
### **WORK IN PROGRESS**
162-
* (bluefox) Updated packages
163-
160+
-->
161+
### 2.0.2 (2024-08-26)
162+
* (bluefox) Updated packages
163+
164164
### 2.0.0 (2024-07-18)
165165
* (bluefox) Updated packages
166-
* (bluefox) Removed support of Node.js 16
167-
166+
* (bluefox) Removed support of Node.js 16
167+
168168
### 1.17.0 (2024-03-18)
169-
* (klein0r) Fixed encrypted configuration
170-
169+
* (klein0r) Fixed encrypted configuration
170+
171171
### 1.16.1 (2024-03-05)
172-
* (bluefox) Improved the configuration layout
173-
172+
* (bluefox) Improved the configuration layout
173+
174174
### 1.16.0 (2023-12-25)
175175
* (JeyCee) Added support for the device manager
176176
* (bluefox) Added JSON config
177-
* (foxriver76) port to adapters internal `setTimeout/setInterval` methods
178-
177+
* (foxriver76) port to adapters internal `setTimeout/setInterval` methods
178+
179179
### Older entries
180180
[here](OLD_CHANGELOG.md)
181181

@@ -203,4 +203,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
203203
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
204204
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
205205
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
206-
THE SOFTWARE.
206+
THE SOFTWARE.

io-package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,21 @@
1515
"uk": "Підключає HomeMatic інтерфейси (BidCos-сервіси, Homegear і CUxD) через XML-RPC або BIN-RPC до ioBroker",
1616
"zh-cn": "通过 XML-RPC 或 BIN-RPC 将 HomeMatic 接口进程(BidCos-Services、Homegear 和 CUxD)连接到 ioBroker"
1717
},
18-
"version": "2.0.1",
18+
"version": "2.0.2",
1919
"news": {
20+
"2.0.2": {
21+
"en": "Updated packages",
22+
"de": "Aktualisierte Pakete",
23+
"ru": "Обновленные пакеты",
24+
"pt": "Pacotes atualizados",
25+
"nl": "Bijgewerkte pakketten",
26+
"fr": "Paquets mis à jour",
27+
"it": "Pacchetti aggiornati",
28+
"es": "Paquetes actualizados",
29+
"pl": "Aktualizacja pakietów",
30+
"uk": "Оновлені пакети",
31+
"zh-cn": "更新软件包"
32+
},
2033
"2.0.0": {
2134
"en": "Updated packages\nRemoved support of Node.js 16",
2235
"de": "Aktualisierte Pakete\nAusgenommene Unterstützung von Node.js 16",

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,6 +1,6 @@
11
{
22
"name": "iobroker.hm-rpc",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Connects HomeMatic Interface-Processes (BidCos-Services, Homegear and CUxD) via XML-RPC or BIN-RPC to ioBroker",
55
"author": {
66
"name": "hobbyquaker",

0 commit comments

Comments
 (0)