Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
* (klein0r) Added option to ignore certificate errors
  • Loading branch information
klein0r committed Jan 6, 2022
1 parent 4c444fa commit fa599cd
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 17 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,7 @@ It is NOT required to use the ical option. You can also define all birthday date
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 0.2.0 (2022-01-06)

* (klein0r) Added option to ignore certificate errors

Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "birthdays",
"version": "0.1.8",
"version": "0.2.0",
"news": {
"0.2.0": {
"en": "Added option to ignore certificate errors",
"de": "Option zum Ignorieren von Zertifikatsfehlern hinzugefügt",
"ru": "Добавлена возможность игнорировать ошибки сертификата.",
"pt": "Adicionada opção para ignorar erros de certificado",
"nl": "Optie toegevoegd om certificaatfouten te negeren",
"fr": "Ajout d'une option pour ignorer les erreurs de certificat",
"it": "Aggiunta l'opzione per ignorare gli errori del certificato",
"es": "Opción agregada para ignorar los errores del certificado",
"pl": "Dodano opcję ignorowania błędów certyfikatów",
"zh-cn": "添加了忽略证书错误的选项"
},
"0.1.8": {
"en": "Birthdays on 29th of February create NaN objects\nAdded check for empty names\nAdded date checks",
"de": "Geburtstage am 29. Februar erschaffen NaN-Objekte\nPrüfung auf leere Namen hinzugefügt\nDatumsüberprüfungen hinzugefügt",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Dar formato a las fechas con los formatos configurados de ioBrokers",
"pl": "Formatuj daty za pomocą formatów skonfigurowanych przez ioBrokers",
"zh-cn": "使用 ioBrokers 配置的格式格式化日期"
},
"0.1.2": {
"en": "Fixed missing translations",
"de": "Fehlende Übersetzungen hinzugefügt",
"ru": "Исправлены отсутствующие переводы",
"pt": "Traduções em falta corrigidas",
"nl": "Ontbrekende vertalingen verholpen",
"fr": "Correction des traductions manquantes",
"it": "Risolte le traduzioni mancanti",
"es": "Se corrigieron las traducciones faltantes",
"pl": "Naprawiono brakujące tłumaczenia",
"zh-cn": "修复了缺失的翻译"
}
},
"title": "Birthdays",
Expand Down
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": "0.1.8",
"version": "0.2.0",
"description": "Use an ical file to import your contacts birthdays",
"author": {
"name": "klein0r",
Expand Down

0 comments on commit fa599cd

Please sign in to comment.