Skip to content

Commit

Permalink
chore: release v2.0.0
Browse files Browse the repository at this point in the history
-   (Schmakus) update dependencies
  • Loading branch information
Schmakus committed Sep 2, 2024
1 parent 2c96e7c commit 4c32d01
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 21 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 1.4.0 (2024-02-22)

- (Schmakus) update dependencies (security updates)

## 1.3.1 (2024-02-01)

- (Schmakus) update dependencies
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ onFile("doorbird.0", "TakeSnapshot_1.jpg", true, function (id, fileName, size, f
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 2.0.0 (2024-09-02)

- (Schmakus) update dependencies

Expand All @@ -117,10 +116,6 @@ onFile("doorbird.0", "TakeSnapshot_1.jpg", true, function (id, fileName, size, f

- (Schmakus) Creation of favorites and schedules only once after starting the adapter and successfully connecting to DoorBird. (Another step to solve "Maximum call stack size exceeded" problem.)

### 1.4.0 (2024-02-22)

- (Schmakus) update dependencies (security updates)

## License

The MIT License (MIT)
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "doorbird",
"version": "1.7.0",
"version": "2.0.0",
"news": {
"2.0.0": {
"en": "update dependencies",
"de": "aktualisierung der abhängigkeiten",
"ru": "обновление зависимостей",
"pt": "dependências",
"nl": "afhankelijkheden bijwerken",
"fr": "mettre à jour les dépendances",
"it": "aggiornamento dipendenze",
"es": "dependencias de actualización",
"pl": "aktualizacji zależności",
"uk": "оновлення залежності",
"zh-cn": "更新依赖关系"
},
"1.7.0": {
"en": "Dependencies have been updated",
"de": "Abhängigkeiten wurden aktualisiert",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "aktualizacji zależności",
"uk": "оновлення залежності",
"zh-cn": "更新依赖关系"
},
"1.3.0": {
"en": "add debug logs to find out \"Maximum call stack size exceeded\"\nupdate dependencies",
"de": "debug-Logs hinzugefügt\naktualisierung der abhängigkeiten",
"ru": "добавьте журналы отладки, чтобы узнать \"Максимумальный размер стока вызова превысил\"\nобновление зависимостей",
"pt": "add debug logs to find out \"Maximum call stack size excedido\"\ndependências",
"nl": "voeg debug logboeken toe om uit te vinden \"Maximum call stapel overmatig\"\nvertaling:",
"fr": "ajouter les journaux debug pour découvrir \"La taille de la pile d'appel maximale dépassée\"\nmettre à jour les dépendances",
"it": "aggiungere tronchi debug per scoprire \"Massima dimensione pila chiamata superata\"\naggiornamento dipendenze",
"es": "añadir registros de depuración para averiguar \"Maximum call stack size exceeded\"\ndependencias de actualización",
"pl": "dodać pliki debugowe można znaleźć \"maximum call stack size exceed\"\nzależności",
"uk": "додати debug колод, щоб з'ясувати \"Максимум виклику розмір перевищений\"\nоновлення залежності",
"zh-cn": "添加“Maximum呼吁的停滞幅度超过”的黑暗。\na. 最新受扶养人"
}
},
"titleLang": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.doorbird",
"version": "1.7.0",
"version": "2.0.0",
"description": "ioBroker doorbird Adapter",
"author": {
"name": "BuZZy1337",
Expand Down

0 comments on commit 4c32d01

Please sign in to comment.