Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
* (klein0r) Added CardDAV support
  • Loading branch information
klein0r committed Feb 24, 2022
1 parent cf45103 commit 0747659
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ iobroker add birthdays
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.1.0 (2022-02-24)

* (klein0r) Added CardDAV support

Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "birthdays",
"version": "1.0.0",
"version": "1.1.0",
"news": {
"1.1.0": {
"en": "Added CardDAV support",
"de": "CardDAV-Unterstützung hinzugefügt",
"ru": "Добавлена поддержка CardDAV.",
"pt": "Adicionado suporte CardDAV",
"nl": "CardDAV-ondersteuning toegevoegd",
"fr": "Ajout de la prise en charge de CardDAV",
"it": "Aggiunto supporto CardDAV",
"es": "Compatibilidad con CardDAV añadida",
"pl": "Dodano obsługę CardDAV",
"zh-cn": "添加了 CardDAV 支持"
},
"1.0.0": {
"en": "Updated state roles\nAdded hint for Admin 4 configuration\nFixed translations",
"de": "Statusrollen aktualisiert\nHinweis für die Konfiguration von Admin 4 hinzugefügt\nÜbersetzungen korrigiert",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Manejo de estado interno actualizado",
"pl": "Zaktualizowano obsługę stanów wewnętrznych",
"zh-cn": "更新的内部状态处理"
},
"0.1.4": {
"en": "Translated all objects",
"de": "Alle Objekte übersetzt",
"ru": "Переведены все объекты",
"pt": "Todos os objetos traduzidos",
"nl": "Alle objecten vertaald",
"fr": "Traduit tous les objets",
"it": "Tradotto tutti gli oggetti",
"es": "Traducido todos los objetos",
"pl": "Przetłumaczono wszystkie obiekty",
"zh-cn": "翻译所有对象"
}
},
"titleLang": {
Expand Down Expand Up @@ -519,4 +519,4 @@
"native": {}
}
]
}
}
2 changes: 1 addition & 1 deletion 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.birthdays",
"version": "1.0.0",
"version": "1.1.0",
"description": "Use an ical file to import your contacts birthdays",
"author": {
"name": "klein0r",
Expand Down

0 comments on commit 0747659

Please sign in to comment.