Skip to content

Commit

Permalink
chore: release v2.0.2
Browse files Browse the repository at this point in the history
* (Lucky-ESA) Bugfixes: [#61](#61)
* (Lucky-ESA) Bugfixes: undefined e2eventlist
* (bluefox) Added json config
* (mcm1957) Adapter now requires node 16
  • Loading branch information
GermanBluefox committed Aug 17, 2023
1 parent df3dbe0 commit 963340b
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.2 (2023-08-17)
* (Lucky-ESA) Bugfixes: [#61](https://github.com/Matten-Matten/ioBroker.enigma2/issues/61)
* (Lucky-ESA) Bugfixes: undefined e2eventlist
* (bluefox) Added json config
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.1",
"version": "2.0.2",
"connectionType": "local",
"dataSource": "poll",
"news": {
"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",
"ru": "Исправления: #[61](https://github.com/Matten-Matten/ioBroker.enigma2/issues/61)\nBugfixes: неопределенный e2eventlist\nДобавлено json config\nАдаптер теперь требует ноды 16",
"pt": "Bugfixes: #[61](https://github.com/Matten-Matten/ioBroker.enigma2/issues/61)\nBugfixes: indefinido e2eventlist\nAdicionado json config\nAdaptador agora requer nó 16",
"nl": "Quality over Quantity (QoQ) Releases Vertaling:\nOnbepaalde e2eventlist\n_\nAdapter vereist nu node 16",
"fr": "Bugfixes: #[61](https://github.com/Matten-Matten/ioBroker.enigma2/issues/61)\nBugfixes: undefined e2eventlist\nAjouté json config\nL'adaptateur ne nécessite plus 16 ans",
"it": "Bugfixes: #[61](https://github.com/Matten-Matten/ioBroker.enigma2/issues/61)\nBugfixes: e2eventlist non definita\nAggiunto json config\nAdattatore ora richiede nodo 16",
"es": "Bugfixes: #[61](https://github.com/Matten-Matten/ioBroker.enigma2/issues/61)\nBugfixes: e2eventlist indefinido\nAñadido json config\nAdaptador ahora requiere nodo 16",
"pl": "Bugfixes: #61 (https:/github.com/Matten-Matten/ioBroker.enigma2/issues/61) (ang.)\nBugfixes: nieokreślona e2\nAdded json configig\nObecnie węzeł wymaga węzła 16 węzłów",
"uk": "Виправлення помилок: #[61](https://github.com/Matten-Matten/ioBroker.enigma2/issues/61)\nВиправлення помилок\nДодано json config\nАдаптер тепер вимагає вузла 16",
"zh-cn": "Bugfix:#[61](http://github.com/Matten-Matten/ioBroker.enigma2/issues/61)\nBugfix:未界定的电子清单\n增编\n现在需要道歉16"
},
"1.5.0": {
"en": "The adapter has been moved into iobroker-community-adapters organisation\nchanged: Testing has been added and changed to support node 16, 18 and 20\nchanged: Dependencies have been updated\nchanged: issues reported by adapter-checker have been fixed (#15)",
"de": "Der Adapter wurde in die iobroker-community-adapters Organisation verlegt\ngeändert: Github babasierendes Testing wurde hinzugefügt mit Support für Node 16, 18 und 20\ngeändert: Abhängigkeiten wurden aktualisiert\ngeändert: Probleme, die vom Adapter-Checker gemeldet wurden, wurden behoben #(15)",
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.1",
"version": "2.0.2",
"author": {
"name": "Matten-Matten",
"email": "matten-matten@web.de"
Expand Down

0 comments on commit 963340b

Please sign in to comment.