From 8a56bc19100c4cf17190f399cbcfca543e21a630 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Sun, 12 Nov 2023 18:43:38 +0100 Subject: [PATCH] chore: release v0.1.9 * (bluefox) Implemented the factory reset and re-announcing --- README.md | 2 +- io-package.json | 28 ++++++++++++++-------------- package.json | 2 +- src-admin/package.json | 2 +- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 9ceac5df..44f2193b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ - fake delete (so the real deletion will be done in backend with factory reset of device) ## Changelog -### **WORK IN PROGRESS** +### 0.1.9 (2023-11-12) * (bluefox) Implemented the factory reset and re-announcing ### 0.1.2 (2023-10-25) diff --git a/io-package.json b/io-package.json index 190540e7..cd167b7f 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "matter", - "version": "0.1.8", + "version": "0.1.9", "news": { + "0.1.9": { + "en": "Implemented the factory reset and re-announcing", + "de": "Ergänzt die Werksanweisung und Wiederankündigung", + "ru": "Реализовано переустановку завода и переосмысление", + "pt": "Implementado o reset de fábrica e re-anunciamento", + "nl": "Vertaling:", + "fr": "Mise en œuvre de l'usine réinitialisée et renonçant", + "it": "Implementato il reset della fabbrica e riannuncio", + "es": "Implementado el reajuste de fábrica y reanunciamiento", + "pl": "Zrezygnował z resetu i ponowił działalność", + "uk": "Реалізовано заводське скидання та переадресацію", + "zh-cn": "执行工厂的重新定位和重新宣布" + }, "0.1.8": { "en": "Implemented the factory reset and re-announcing", "de": "Ergänzt die Werksanweisung und Wiederankündigung", @@ -80,19 +93,6 @@ "pl": "Zbiór został zaimplementowany", "uk": "Пристрої реалізовані", "zh-cn": "被处决者" - }, - "0.0.5": { - "en": "Fixed names under linux", - "de": "Feste Namen unter Linux", - "ru": "Фиксированные имена под linux", - "pt": "Nomes fixos em linux", - "nl": "Vertaling:", - "fr": "Noms fixes sous linux", - "it": "Nomi fissi sotto linux", - "es": "Nombres fijos bajo linux", - "pl": "Nazwy pod linux", - "uk": "Виправлені імена під Linux", - "zh-cn": "括号内" } }, "title": "Matter", diff --git a/package.json b/package.json index 8df5532e..95b909b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.matter", - "version": "0.1.8", + "version": "0.1.9", "description": "Controlling and simulation of matter devices", "author": { "name": "Denis Haev", diff --git a/src-admin/package.json b/src-admin/package.json index 2d83edd7..80c4bf11 100644 --- a/src-admin/package.json +++ b/src-admin/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.matter", - "version": "0.1.8", + "version": "0.1.9", "private": true, "dependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11",