Skip to content

Commit

Permalink
chore: release v2.0.3
Browse files Browse the repository at this point in the history
* (TDCroPower) fixed the problem that no objects are updated
  • Loading branch information
mcm1957 committed Sep 6, 2023
1 parent 677dd8e commit 614ade5
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ sendTo("enigma2.0", "send", {
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 2.0.3 (2023-09-06)
* (TDCroPower) fixed the problem that no objects are updated

### 2.0.2 (2023-08-17)
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
{
"common": {
"name": "enigma2",
"version": "2.0.2",
"version": "2.0.3",
"connectionType": "local",
"dataSource": "poll",
"news": {
"2.0.3": {
"en": "fixed the problem that no objects are updated",
"de": "Das Problem, dass keine Objekte aktualisiert werden, wurde behoben",
"ru": "исправлена проблема, которую никакие объекты не обновляются",
"pt": "corrigiu o problema que nenhum objeto é atualizado",
"nl": "_",
"fr": "fixe le problème qu'aucun objet n'est mis à jour",
"it": "risolto il problema che nessun oggetto viene aggiornato",
"es": "solucionó el problema que ningún objeto se actualiza",
"pl": "zastosowano problem, który nie jest aktualizowany",
"uk": "виправлено проблему, яку немає об'єктів",
"zh-cn": "未更新物体的固定问题"
},
"2.0.2": {
"en": "Bugfixes: [#61](https://github.com/Matten-Matten/ioBroker.enigma2/issues/61)\nBugfixes: undefined e2eventlist\nAdded json config\nAdapter now requires node 16",
"de": "Bugfixes: #[61](https://github.com/Matten-Matten/ioBroker.enigma2/issues/61)\nBugfixes: undefinierte e2eventlist\nHinzugefügt json config\nAdapter benötigt nun den Knoten 16",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.enigma2",
"description": "enigma2 adapter für VU+;Dreambox;EDISON... ",
"version": "2.0.2",
"version": "2.0.3",
"author": {
"name": "Matten-Matten",
"email": "matten-matten@web.de"
Expand Down

0 comments on commit 614ade5

Please sign in to comment.