Skip to content

Commit

Permalink
chore: release v3.0.1
Browse files Browse the repository at this point in the history
* (@klein0r) Fixed value of nextWeekday in states
  • Loading branch information
klein0r committed Jun 26, 2024
1 parent b7eec77 commit f67a515
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Older changes
## 2.3.0 (2023-06-16)

* (klein0r) Added JSON and count for each month
* (klein0r) Added current age as text

## 2.2.2 (2023-05-01)

* (klein0r) Warn if a birthday with the same name has already been added
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ iobroker add birthdays
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 3.0.1 (2024-06-26)

* (@klein0r) Fixed value of nextWeekday in states

Expand All @@ -70,11 +70,6 @@ NodeJS 16.x is required

* (klein0r) Added current age text to JSON

### 2.3.0 (2023-06-16)

* (klein0r) Added JSON and count for each month
* (klein0r) Added current age as text

## Credits

[Logo by herbanu](https://pixabay.com/de/vectors/geburtstag-karte-cele-feier-design-3148707/)
Expand Down
30 changes: 15 additions & 15 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "birthdays",
"version": "3.0.0",
"version": "3.0.1",
"news": {
"3.0.1": {
"en": "Fixed value of nextWeekday in states",
"de": "Korrigiert Wert von nextWeekday in Zuständen",
"ru": "Фиксированная стоимость следующей недели в штатах",
"pt": "Valor fixo de nextWeekday em estados",
"nl": "Vaste waarde van volgendeWeekdag in staten",
"fr": "Valeur fixe de la prochaine semaine dans les états",
"it": "Valore fisso della prossima settimana negli stati",
"es": "Valor fijo del próximo miércoles en los estados",
"pl": "Wartość stała następnego tygodnia w stanach",
"uk": "Фіксована вартість наступногоподії в штатах",
"zh-cn": "各州下一周的固定值"
},
"3.0.0": {
"en": "NodeJS >= 18.x and js-controller >= 5 is required\n\n* Skipping invalid ical events (e.g. not recurring yearly)",
"de": "NodeJS >= 18.x und js-Controller >= 5 ist erforderlich\n\n* Invalide Ereignisse (z.B. nicht jährlich wiederkehrend)",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Warn, jeśli urodziny z taką samą nazwą zostały już dodane\nOptymalizacja kodu",
"uk": "Війна, якщо на день народження з такою назвою вже додано\nОптимізація коду",
"zh-cn": "如果已经用同一名称添加了一出生日。\n守则的优化"
},
"2.2.1": {
"en": "NodeJS 14.5 is required\n\n* Allow spaces in text separator\n* Added Ukrainian language",
"de": "NodeJS 14.5 ist erforderlich\n\n* Räume im Texttrenner zulassen\n* Hinzugefügt Ukrainische Sprache",
"ru": "NodeJS 14.5 требуется\n\n* Разрешить пространства в текстовом сепараторе\n* Добавлен украинский язык",
"pt": "NodeJS 14.5 é necessário\n\n* Permitir espaços no separador de texto\n* Adicionado idioma ucraniano",
"nl": "NodeJS 14.5 is vereist\n\n♪ Vertaling:\n♪ Added Oekraïense taal",
"fr": "NodeJS 14.5 est nécessaire\n\n* Permettre des espaces dans le séparateur de texte\n* Ajout de la langue ukrainienne",
"it": "NodeJS 14.5 è richiesto\n\n# Permettere spazi nel separatore di testo\n* Aggiunto lingua ucraina",
"es": "NodeJS 14.5 es necesario\n\n* Permitir espacios en separador de texto\n* Lenguado ucraniano añadido",
"pl": "NodeJS 14,5\n\n* Przestrzenie w tekstach\nJęzyk ukraiński",
"uk": "NodeJS 14.5 необхідний\n\nІм'я * Дозволяє пробілів в текстовому сепараторі\n* Додано українську мову",
"zh-cn": "第14.5号申诉要求\n\n* A/64/50。 允许案文分离的空间\n* 增加乌克兰语"
}
},
"titleLang": {
Expand Down Expand Up @@ -737,4 +737,4 @@
"native": {}
}
]
}
}
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.birthdays",
"version": "3.0.0",
"version": "3.0.1",
"description": "Use an ical file to import your contacts birthdays",
"author": {
"name": "klein0r",
Expand Down

0 comments on commit f67a515

Please sign in to comment.