Skip to content

Commit

Permalink
chore: release v2.0.0
Browse files Browse the repository at this point in the history
* (mcm1957) BREAKING: Adapter requires node.js 18, js-controller >= 5 and admin >= 6 now
* (mcm1957) Adapter has been moved to iobroker-community-adapters organisation
* (mcm1957) Metrialize admin UI has been removed as jsonConfig is available
* (mcm1957) Dependencies have been updated
  • Loading branch information
mcm1957 committed Mar 29, 2024
1 parent 4412f7a commit 4c0c833
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This adapter would not have been possible without the great work of Peter Baumer
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 2.0.0 (2024-03-29)
* (mcm1957) BREAKING: Adapter requires node.js 18, js-controller >= 5 and admin >= 6 now
* (mcm1957) Adapter has been moved to iobroker-community-adapters organisation
* (mcm1957) Metrialize admin UI has been removed as jsonConfig is available
Expand Down
8 changes: 4 additions & 4 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"common": {
"name": "vofo-speedtest",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"news": {
"2.0.0-alpha.1": {
"en": "BREAKING: Adapter requires node.js 18, js-controller >= 5 and admin >= 6 now\nAdapter has been moved to iobroker-community-adapters organisation\nMetrialize admin UI has been removed as jsonConfig is available\nDependencies have been updated",
"de": "BREAKING: Adapter benötigt node.js 18, js-controller >= 5 und admin >= 6 jetzt\nAdapter wurde auf iobroker-community-Adapter Organisation verschoben\nMetrialize admin UI wurde entfernt, da jsonConfig verfügbar ist\nAbhängigkeiten wurden aktualisiert",
"2.0.0": {
"en": "BREAKING: Adapter requires node.js 18, js-controller >= 5 and admin >= 6 now\nAdapter has been moved to iobroker-community-adapters organisation\nMaterialize admin UI has been removed as jsonConfig is available\nDependencies have been updated",
"de": "BREAKING: Adapter benötigt node.js 18, js-controller >= 5 und admin >= 6 jetzt\nAdapter wurde auf iobroker-community-Adapter Organisation verschoben\nMaterialize admin UI wurde entfernt, da jsonConfig verfügbar ist\nAbhängigkeiten wurden aktualisiert",
"ru": "BREAKING: Adapter requires node.js 18, js-controller >= 5 и admin >= 6 сейчас\nАдаптер был перемещен в организацию iobroker-community-adapters\nMetrialize admin UI был удален как jsonConfig доступен\nЗависимость обновлена",
"pt": "BREAKING: Adapter requer node.js 18, js-controller >= 5 e admin >= 6 agora\nAdapter foi movido para iobroker-community-adapters organização\nMetrialize admin UI foi removido como jsonConfig está disponível\nAs dependências foram atualizadas",
"nl": "Breaking: adapter vereist node.js 18, js-controller 5 en admin 6 nu\nAdapter is verplaatst naar iobroker-community-adapters organisatie\nMetrialize admin UI is verwijderd omdat jsonConfig beschikbaar is\nAfhankelijkheden zijn bijgewerkt",
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,6 +1,6 @@
{
"name": "iobroker.vofo-speedtest",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"description": "Speedtest of Vodafone.de",
"author": {
"name": "Peter Baumert",
Expand Down

0 comments on commit 4c0c833

Please sign in to comment.